Re: [PHP] How to read a cookie when path variable is different(Not default)

2005-07-07 Thread Richard Lynch
On Thu, July 7, 2005 10:34 am, Lenka, Bibhu Kalyan said: > Hi, I am new to forum ,It may look as a simple problem, but I am not > able to solve this. > In following code , I have hard coded the path while setting cookie, now > how I read it through PHP ? > > echo("cookie value name is : $name"); //

[PHP] How to read a cookie when path variable is different(Not default)

2005-07-07 Thread Lenka, Bibhu Kalyan
Hi, I am new to forum ,It may look as a simple problem, but I am not able to solve this. In following code , I have hard coded the path while setting cookie, now how I read it through PHP ? echo("cookie value name is : $name"); // this do not return anything. Thanks, Bibhu IWIN