Re: [PHP] Re: here is the problem again

2005-03-22 Thread M. Sokolewicz
Chris W. Parker wrote: AndreaD on Tuesday, March 22, 2005 12:25 PM said: The cookie will not/set or print out. http://www.aztechost.com/problem.phps setcookie("cookie[$name]", $age); echo $_COOKIE[$name]; I think it should be: think again setcookie("cook

RE: [PHP] Re: here is the problem again

2005-03-22 Thread Chris W. Parker
AndreaD on Tuesday, March 22, 2005 12:25 PM said: > The cookie will not/set or print out. > http://www.aztechost.com/problem.phps setcookie("cookie[$name]", $age); echo $_COOKIE[$name]; I think it should be: setcookie("cookie[$name]", $age); echo $_C

[PHP] Re: here is the problem again

2005-03-22 Thread AndreaD
The cookie will not/set or print out. "AndreaD" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > http://www.aztechost.com/problem.phps -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php