[PHP] Passing variables to a file

2001-08-19 Thread Seb Frost
OK I know this can be done like so: file.php4?foo=bar but what if I want to keep the value of foo secret from the user? - seb -- 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

Re: [PHP] Passing variables to a file

2001-08-19 Thread Daniel Rezny
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