in reply to Re: Problem with my .pl script. Helpppp!
in thread Problem with my .pl script. Helpppp!
Adding parameters to a URL after the question mark is the GET method, but<form action="!CGI_URL!/test.pl?login=yes"
is obviously the POST method.method="post">
<form action="!CGI_URL!/test.pl" method="post"> [...] <input type=text name="user"> <input type=hidden name="login" value="yes">
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Problem with my .pl script. Helpppp!
by antirice (Priest) on Aug 31, 2003 at 14:23 UTC | |
|
Re: Re: Re: Problem with my .pl script. Helpppp!
by webstudioro (Acolyte) on Aug 31, 2003 at 14:22 UTC |