I have a cookie
setcookie("cookie[$food]", "$new $name");
I want to change to a session..
Is it..
session_register("cookie[$food]", "$new $name");
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

