The Ice Cream Shop

Process HTML form data using custom HTTPparam module

You are using the GET method

GET params: {'firstname': 'Sam', 'hello': 'world'}
POST params: {}
All params: {'firstname': 'Sam', 'hello': 'world'}
Param: hello= world
Param: firstname= Sam


Element NameElement Value
firstnameSam
helloworld
Click to see the [code]