i have used the following to set my cookie
setcookie("customerid", $_GET['customerID'], time()+(3600*24));
(I passed the data using from the previous page)
when i usse the following, i don't get any data out, or an error
$data = $HTTP_COOKIE_VARS["customerid"]; echo $data;
Is it my computer settings? my server settings?
Does anybody have any possible ideas??
cheers