Click to See Complete Forum and Search --> : Get And Post


SniperX
02-02-2004, 05:44 AM
Hi there,
How would i go about using the
HTTP Get and Post methods?
Does anyone know of any good tutorials on this subject?
All help will be appreciated.


Thanks in advance

mdw... :D

Jeff Mott
02-02-2004, 09:21 AM
What do you mean by "using"? You can send a POST/GET message with a simple HTML form. And you can retrieve the parameters from a POST/GET request in Perl with CGI.pm.