Problem with IE

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Dr.Pepper
Forum Newbie
Posts: 8
Joined: Wed Oct 15, 2003 4:10 pm

Post by Dr.Pepper »

ok. Thanks for all your help. You've all been very helpful
Stoneguard
Forum Contributor
Posts: 101
Joined: Wed Aug 13, 2003 9:02 pm
Location: USA

Post 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.
McGruff
DevNet Master
Posts: 2893
Joined: Thu Jan 30, 2003 8:26 pm
Location: Glasgow, Scotland

Post 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.
Post Reply