Thread
:
PHP Cookie problem
View Single Post
08-05-2005, 07:20 PM
#
8
(
permalink
)
metazai
Regular Contributor
Join Date: Apr 2004
Location: Orange County, CA
Posts: 125
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
View Public Profile
Find More Posts by metazai