RE: [PHP3] checking wether a cookie exists or not From: Darren Lindley (DLindley <email protected>)
Date: 04/30/00

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>