Re: [PHP3] setcookie()... getcookie()? From: Michael Brennen (mbrennen <email protected>)
Date: 12/31/98

Check if the cookie name is set as a variable. It won't be set in the
page that sets the cookie, but it should be present on the next page
reload.

if(isset($CookieName)){ ... }

   -- Michael

On Thu, 31 Dec 1998, Eric Wood wrote:

> I can set a cookie to the browser with SetCookie("CookieName",$value,
> time()+3600) but how do check to see if the client has the cookie
> already set?

--
PHP 3 Mailing List   http://www.php.net/
To unsubscribe send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest list:  php3-digest-subscribe <email protected>
For help: php3-help <email protected>  Archive:  http://www.php.net/mailsearch.php3
List administrator:  zeev <email protected>