View Single Post
Old Apr 5th, 2005, 4:37 PM   #10
Pizentios
Programming Guru
 
Pizentios's Avatar
 
Join Date: May 2004
Location: Brandon, Manitoba, Canada
Posts: 2,023
Rep Power: 7 Pizentios is on a distinguished road
Send a message via ICQ to Pizentios Send a message via MSN to Pizentios
get puts the values into the query string which means that a cracker could get some of the form data and the varible names and create a form to add false data to what ever your form is doing.

Post doesn't send them through the query string, thus not allowing the cracker to see the varible names or the data.

plus post makes your site look clean in reguards to the amount of jiberish in the address bar.

Or at least that's why i think $_POST is more secure than $_GET. If anybody knows any other reasons why, please expand on my post.
__________________
Profanity is the one language that all programmers understand.

Check out my Blog <---updated Nov 30 2007!
Pizentios is offline   Reply With Quote