T
The Natural Philosopher
IUf that isn't what a GET is, I dunno WTF is...Scott said:Eric Bednarz schreef:Here is one:I would like an example of an HTTP request that simultaneously uses the
HTTP GET and POST methods.
<form action="whatever.php?id=12" Method="POST" name="testform">
Firstname: <input type="text" name="firstname">
<input type="submit">
</form>
[ ... ]
It is a bit weird I admit, but it works just fine.
Well, this still is an HTTP POST request. PHP interprets the query
string of the URL as GET variables, but it is not a GET request.