url parameters - how to hide them or any other more safe way of dealing with them
I use url parameters along with get for most of my pages but feel it's not so safe given that anyone can manually enter a parameter and influence the outcome of the page. i would like to eliminate this, is there any way how i could achieve this?
e.g.
<a href="deletepicture.php?pl=1450">Delete</a>
Now I don't want users to see this in their url field or even on the status bar of their browsers when they go over the link 'Delete'