View / Download this file.
-----------------------
basic_header() FUNCTION
-----------------------
------------
USAGE FORMAT
------------
Within a PREPROCESS tag:
Where $http_header is an HTTP header buffer:
$http_header = &basic_header();
-----------
DESCRIPTION
-----------
The basic_header() function returns 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
-------
A complete, standard "text/html" HTTP header string.
--------------
USAGE EXAMPLES
--------------
--------------------------------------------------------------------
Example 1: Manually Set the Assigned HTTP Header in a PREPROCESS Tag
--------------------------------------------------------------------
<?: $_HEADER = &basic_header(); ?>
--------
SEE ALSO
--------
TAGS
PREPROCESS
VARIABLES
$_HEADER
FUNCTIONS
redirect_header(), set_basic_header(), set_redirect_header()
|