Lasso Soft Inc. > Home

[ web_request->params ]

Method

The [web_request->params] method returns a [tie] of the query and POST parameters passed by the client to the web server. Each element in the tie is a pair of name=value.

  • Syntax
web_request->params
Examples
  • Beginner

Display all the parameters passed to the server

The code below displays the value of the POST and query parameters as sent by the client in a <form> submission. For this example, only one post parameter was sent to the web server and the URL called was http://www.example.com/test.lasso?id=1&type=3.

Code

web_request->params

Result

(id = 1), (type = 3), (name_first = Rhino)

Recent Comments

No Comments found

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. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft