Is it possible to check multiple cookie values and then redirect to another 
page depending on what cookie values have been set?  Sort of like:

if(cookie == 3)
   goto(url1)
elseif(cookie2 = 5)
   goto(url2)
else
   goto(url3)

Thanks in advance!


-- 
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