Page 2 of 2

Posted: Thu Oct 16, 2003 5:34 pm
by Dr.Pepper
ok. Thanks for all your help. You've all been very helpful

Posted: Thu Oct 16, 2003 5:34 pm
by Stoneguard
Actually, it does allow more than 80 for GET, but you have to get it in chunks. I am not sure how PHP handles that. I tend to mostly use post, as I don't always want the users seeing the information I am passing back and forth.

Posted: Thu Oct 16, 2003 6:03 pm
by McGruff
Also POST is a little bit more secure since an attacker has to go to the trouble of forging a form rather than indulging in some simple query string tampering.