Hi,
I have created a system in which the users can save different baskets
and there is a section to see all the saved baskets.
In this section, one can also delete the basket(s).
I used the URL to pass on the values,
e.g. something like http://.../all_baskets.php?deletebasket=$basketid
The problem is that one can type a different value for the basket ID
and then delete a basket that does not belong to him!
I guess I could either make the URL "obscure", e.g. make it unreadable so that it does not happen (but I don't
know how to do that!) or try to prevent people from typing such a URL by limiting right (but again I don't know
how to do it... )-:
Help would be really appreciated!!!
Bruno