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