What about sessions? Depends on your circumstances and the flow of pages, but storing all these vars in a session, then only passing the session id around in the URL could be an alternative

Justin

On Saturday, July 12, 2003, at 12:21 PM, Tom Rogers wrote:

Hi,

Saturday, July 12, 2003, 4:05:34 AM, you wrote:
J> How can I hide this link so value can't be changed?
J> I don't want to change anything at the server level, and its not from a
J> form so I cant do a post -vs- a get.


J> http://www.abcd.com/ SearchSet.php?searchby=cust_no&search=1&value=WOR032

J> Thanks !

Encrypt then base64_encode the query string before adding, that way
they can't stuff with it.

--
regards,
Tom


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

---
[This E-mail scanned for viruses]




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to