Forums

PHP

This topic is locked

Setting Cookies?

Posted 03 May 2002 03:41:06
1
has voted
03 May 2002 03:41:06 chris chris posted:
I downloaded the PHP Cookie extension for UD. And it doesn't save any cookies for me.

so I tried to hand code it. Here is my code
setcookie("ckClubName2",$HTTP_POST_VARS["txtClubName"]);

This is off my insert form. The insert form works fine except I can't seem to get the cookies to work.

Thanks for any help

Reply to this topic