ph_getwebmethod PowerHome formula function
Description
Returns the http method that was used by the browser when accessing a web page.
Syntax
ph_getwebmethod ( )
Return value
String. Returns either "GET" or "POST" depending on the method used to access a web page. Only useful within a formula from within a PSP page. Any other usage will result in an empty string being returned.