form methods
Posted: Wed Apr 23, 2003 2:28 pm
the post method is common and can bee seen often, but what i rarely find is the get method. Can some one give me an example when this method is used
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
The & (and) symbol makes it possible to make more than one GET method as you can see. It's also handy in searches so the user always knows what query he/she just ran, Google and most others use it. In a few dozen other places also. Just never use it with secure datalike usernames/passwords.phpBB's url wrote: http://www.devnetwork.net/forums/postin ... ply&t=8210[/b]