Re: [PHP] Passing HTTP_COOKIE_VARS to functions

2001-01-30 Thread Brian Clark
Hello Jamie, (J == "Jamie") [EMAIL PROTECTED] scratched: J> PrefResults($HTTP_COOKIE_VARS["cookie_user"],$HTTP_COOKIE_VARS["cookie_passw J> ord"]); Try putting at the top of your script and see if it makes any difference. -Brian -- PHP General Mailing List (http://www.php.net/) To unsub

[PHP] Passing HTTP_COOKIE_VARS to functions

2001-01-29 Thread Jamie
Can anyone tell me why this piece of code is not working - I'm finding that if I pass values rather then the HTTP_COOKIE_VARS["cookiename"] to the function it seems to work but I want to have this value a variable cookie (for obvious reasons). I cannot seem to find any more information on this fu

[PHP] Passing HTTP_COOKIE_VARS to functions

2001-01-29 Thread Jamie
Can anyone tell me why this piece of code is not working - I'm finding that if I pass values rather then the HTTP_COOKIE_VARS["cookiename"] to the function it seems to work but I want to have this value a variable cookie (for obvious reasons). I cannot seem to find any more information on this fu