AndreaD wrote:
if(count($_COOKIES) > 0) {I need two bits of info...
(i) Are there ANY cookies set?
echo 'cookies are set';
} else {
echo 'no cookies set, or to be more precise, no cookies are set which are available to this site';
}
echo count($_COOKIES);(ii) How many cookies are set?
how do I find this information out?
AD
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php