how to set and get COOKIE on a single php file i am doing some thing like setcookie('test',test,time() + (100),"/",'.example.com'); $test =$_COOKIE['test']; echo $test;
but not worked and after refreshing one time its works any idea plz
coopster
1:12 pm on Feb 11, 2009 (gmt 0)
A quick search will turn up some answers for you ...