The [web_request->postParam] method takes as a parameter the name of a POST parameter and returns the value of that parameter sent by the client to the web server.
web_request->postParam('POST PARAM')
The code below displays the value of the POST parameter 'name_first' as sent by the client in a <form> submission.
Code
web_request->postParam('name_first')
Result
Rhino
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft
Recent Comments