This is a search engine friendly CGI program that outputs help documents.
The LufDoc (Live User Fed Documentation) comment system will be implemented soon.

PSP Help Doc Indexer System

(Version 1.4.1)


Declaration:

function web_get_header(const name: string): string;

Arguments:

name Variable name

Description:

Returns header value.

Returns:

Variable value as string or empty one on error.

Usage:

s := web_get_header('Content-Type');

See also:

web_set_header.

PSP Help documents