Date: 12/31/98
- Next message: Gerhard Hoogterp: "Re: [PHP3] PHP Newbie is stumped"
- Previous message: Peter van Dijk: "Re: [PHP3] PHP3 - some basic questions before comitting..."
- In reply to: Eric Wood: "[PHP3] setcookie()... getcookie()?"
- Next in thread: Jeremiah Davis: "Re: [PHP3] setcookie()... getcookie()?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Gerhard Hoogterp: "Re: [PHP3] PHP Newbie is stumped"
- Previous message: Peter van Dijk: "Re: [PHP3] PHP3 - some basic questions before comitting..."
- In reply to: Eric Wood: "[PHP3] setcookie()... getcookie()?"
- Next in thread: Jeremiah Davis: "Re: [PHP3] setcookie()... getcookie()?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

