aHere is my code... <? setcookie("cookie[name]","$_POST['name']", time()+86400) setcookie ("cookie[email]","$_POST['email']", time()+86400) setcookie ("cookie[bgcolor]","$_POST['bgcolor']", time()+86400) setcookie ("cookie[tcolor]", "$_POST['tcolor']", time()+86400)
?> I have to use cookies, since I am taking a class and it dictates that we use cookies, but I can't email my instructor since she never responds. So how do I use a cookie to record multiple values? Help would be appreciative.a -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php