Hi Ben, Thursday, November 17, 2005, 3:26:04 PM, you wrote: > Is there a way to test if a user has cookies turned on or not so > that I can use cookies if the user allows them and use the URL if > the user does not allow them? Set one? :) Then check if it exists or not. This of course will not catch those sneaky buggers who disable cookies part way through your site just to see what effect it will have. Cheers, Rich -- Zend Certified Engineer PHP Development Services http://www.corephp.co.uk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php In order to set one and then check if it exists or not, I have to set it on one page, and then test it on the next page load - In this case, I don't figure out how I need to send information from page to page until they have already gone to another page, at which point, the test is no longer needed. I was hoping there might be a browser variable or something like that that would tell right away if cookies are turned on or not. If there is not, perhaps this is something we should lobby the browsers to get? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php