Hello Seb,

Sunday, August 19, 2001, 11:44:59 PM, you wrote:

SF> OK I know this can be done like so:

SF> file.php4?foo=bar

SF> but what if I want to keep the value of foo secret from the user?

SF> - seb


I don't know if it's best idea but you can try to encode link with
base64_encode() and base64_decode function.

And this is secret for most users.

I hope it helps

-- 
Best regards,
 Daniel                            mailto:[EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to