
January 19th, 2013, 12:54 PM
|
 |
pollyanna
|
|
Join Date: Jul 2012
Location: Germany
|
|
Hi,
Quote: | Originally Posted by gw1500se If you use $_REQUEST you have no guarantee that the data came from the post data, which leads to security holes in your script. |
Why should that lead to security holes??
It's a myth that data sent via POST is somehow "more secure" than URL parameters. Anybody can send any request to any receiver, so there's no difference from a site owner's perspective.
|