Date: 04/30/00
- Next message: Wizaerd: "RE: [PHP3] Performance question"
- Previous message: Sterling Hughes: "Re: [PHP3] Performance question"
- In reply to: dIVUS: "[PHP3] checking wether a cookie exists or not"
- Next in thread: Sterling Hughes: "Re: [PHP3] checking wether a cookie exists or not"
- Reply: Sterling Hughes: "Re: [PHP3] checking wether a cookie exists or not"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
i think you can do it like:
<?php
if ($cookiename)
will be executed if cookie is present....
}
else ................
?>
-----Original Message-----
From: dIVUS [mailto:jonas.riemslagh <email protected>]
Sent: 30 April 2000 16:21
To: php3 <email protected>
Subject: [PHP3] checking wether a cookie exists or not
Hey all,
Is there a way to check wether a cookie exists or not ?
TNX
dIVUS
-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Wizaerd: "RE: [PHP3] Performance question"
- Previous message: Sterling Hughes: "Re: [PHP3] Performance question"
- In reply to: dIVUS: "[PHP3] checking wether a cookie exists or not"
- Next in thread: Sterling Hughes: "Re: [PHP3] checking wether a cookie exists or not"
- Reply: Sterling Hughes: "Re: [PHP3] checking wether a cookie exists or not"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

