View Single Post
Old 08-05-2005, 07:20 PM   #8 (permalink)
metazai
Regular Contributor
 
Join Date: Apr 2004
Location: Orange County, CA
Posts: 125
metazai is on a distinguished road
Do you mean something like
Code:
if(setcookie())
{
echo "Cookie set";
}
else
{
echo "Cookie not set";
}
If so, it's coming up FALSE, or "Cookie not set"
metazai is offline   Reply With Quote