Re: [PHP] Re: basic set and read a cookie probs

2003-12-25 Thread Evan Nemerson
On Wednesday 24 December 2003 10:15 pm, Jack E. Wasserstein, DDS, Inc. wrote: Sorry, No such thing as $_POST_VARS next time you're having problems, try doing an error_reporting(E_ALL); It really helps a lot, though I'll admit it can be a bit finicky :) Oh and don't forget to turn it off when

[PHP] Re: basic set and read a cookie probs

2003-12-24 Thread Jack E. Wasserstein, DDS, Inc.
Sorry, No such thing as $_POST_VARS Jack E. Wasserstein [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I am using the following code on the php form handler if ($_POST[referdrremember] == true) { setcookie(remailcookie, $_POST_VARS[refdremail],time()+3600,/,wasserstein.com,0);