Hi,
I'm in the process of building a e-commerce style site. I've used HTTP_GET a lot...so sometimes my url may look something like so:
http://www.site.com/results.php?s=wo...sort=highprice
I've made precautions to protect against injection attacks and if a user were to start messing around with the query string they're either shown a 'no results' message or in certain circumstances redirected to the homepage.
I'm just wondering if i should have used $_POST instead?








Bookmarks