Copyright © 2005 Holotech Enterprises.
| $ph_Abort |
|
True if there was a fatal error.
|
| $ph_Alerts |
|
An associative array containing alert codes and messages. The index is a three-digit
code, and the value is the message. The symbol %%% in the text of the
message will be replaced with the alert code. Alert and Error codes and messages are
summarized in Appendix C.
|
| $ph_Errs |
|
An associative array containing error codes and messages. The index is a three-digit
code, and the value is the message. The symbol %%% in the text of the
message will be replaced with the error code.
|
| $ph_Redirect |
|
A URL to re-direct to, set either to $PHORM_URL by the $PHORM_RCONFIG code, or to $PHORM_RDIRECT.
|
| $ph_Invals |
|
A comma-separated list of the rule numbers that failed validation.
|
| $ph_ValErr |
|
True if a data validation error occurred
|
| $ph_ErrLevel |
|
Data validation error level
|
| $ph_ValMsg[] |
|
An array of validation error messages read in from the rules file, indexed by error
level. Thus, $ph_ValMsg[$ph_ErrLevel] will contain the
message(s) actually displayed to the visitor.
|