1.

What Is The Difference Between The Html Form Methods Get And Post?

Answer»

The METHOD PARAMETER specifies which method the CLIENT is using to send INFORMATION to the WEB server. The method determines which parameter you will find the CGI REQUEST data in:
* POST - post_args
* GET - httpargs

The method parameter specifies which method the client is using to send information to the WEB server. The method determines which parameter you will find the CGI request data in:
* POST - post_args
* GET - httpargs



Discussion

No Comment Found