hmmm... what i would do is set a cookie named
"cookies_enabled" in the very beginning of your site,
and check for the presense of that variable in places
that you need cookie functionality... 

logically, if $cookies_enabled isnt set, it means that the
cookie doesnt exist (and thus cookie support for the
browser is lacking or dismal)

> -----Original Message-----
> From: John Vanderbeck [mailto:[EMAIL PROTECTED]]
> Subject: Re: [PHP] Determingin if cookies are useable?
> 
> Well, since cookies are set in the header, I would say you would have to at
> least refresh the same page.  I'm just putting a cookie into my home page
> for now. and it will be checked in just afew areas of the site that REQUIRE
> the cookies to work right.
> 
> - John Vanderbeck
> - Admin, GameDesign

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