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_throw_error(const message: string): boolean;

Arguments:

message Error message

Description:

Immediately prints error message (not depending on output_buffering and HEADERS_SENT state).

Usage:

web_throw_error('Oops, something wrong has happened!');

PSP Help documents