ph_setwebreturn PowerHome formula function
Description
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.
Return value
Integer. Returns a 0.