---------------------------
set_basic_header() FUNCTION
---------------------------

  ------------
  USAGE FORMAT
  ------------

    Within a PREPROCESS tag:

    &set_basic_header();

  -----------
  DESCRIPTION
  -----------

    An direct implementation of the basic_header() function on the $_HEADER
    value. Sets the $_HEADER value to the standard "text/html" HTTP header
    string, complete with double new line character (\n) termination. May be
    used ONLY in a PREPROCESS tag.

  ---------
  ARGUMENTS
  ---------

    NONE

  -------
  RETURNS
  -------

    NONE

  --------------
  USAGE EXAMPLES
  --------------

    -----------------------------------------------------------
    Example 1: Set the Assigned HTTP Header in a PREPROCESS Tag
    -----------------------------------------------------------

      <?: &set_basic_header(); ?>

  --------
  SEE ALSO
  --------

    TAGS

      PREPROCESS

    VARIABLES

      $_HEADER

    FUNCTIONS

      basic_header(), redirect_header(), set_redirect_header()