Welcome Guest, Not a member yet? Register   Sign In
Passing ID in url without letting others users manipulate it when editing forms
#6

[eluser]shaffick[/eluser]
Instead of passing the ID in the URL, you could generate a hash (x characters) and add that to your products table in the db. (edit: each product or item in that table will have a unique hash btw)

And pass that hash in the URL. That might be more secure if you have to pass the reference id in the url.

cheers Smile


Messages In This Thread
Passing ID in url without letting others users manipulate it when editing forms - by El Forum - 08-27-2008, 08:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB