Sets the return value to be returned by a PSP web page.
Syntax
ph_setwebreturn ( value )
Argument
Description
value
An integer representing the return value for the PSP. This is default set to 200 and signifies success. Typical values are 401 to require a userid/password, 404 for not found, and 500 for server error.