Chris Hunter
10-27-2002, 02:07 PM
I was wondering how i could use the cookie information?
i stored them before in that way:
setcookie("cook_usrname",$name,time()-5600,"","",0);
setcookie("cook_usremail",$email,time()-5600,"","",0);
i want to refill a form for placing comments to photos and i dont want to force the user to retype his information each time he wants to write a comment..
site is
http://www.kummerkaestchen.com/pics
thanks for helping...
i stored them before in that way:
setcookie("cook_usrname",$name,time()-5600,"","",0);
setcookie("cook_usremail",$email,time()-5600,"","",0);
i want to refill a form for placing comments to photos and i dont want to force the user to retype his information each time he wants to write a comment..
site is
http://www.kummerkaestchen.com/pics
thanks for helping...