[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,"/","wa

[PHP] basic set and read a cookie probs

2003-12-24 Thread Jack E. Wasserstein, DDS, Inc.
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"); Try to see the cookie in the same script, not sure which one to use with or without $ print " the cookie's va

[PHP] pgp form handler will not display data

2003-12-23 Thread Jack E. Wasserstein, DDS, Inc.
There must be something obvious that I am missing but I cant get the php form handler with the script below to display the vairables. The form which sends this data has the correct field names. I am also using the get action, so I can see the variables and values so I know that they are being passe

[PHP] phphandle form wont display data

2003-12-23 Thread Jack E. Wasserstein, DDS, Inc.
This must be obvious, but I am having trouble displaying the results of a form in the php handler. Here is the php code in the handler: \n"; print " the referral date is $dateofreferral .\n"; print " the patients first name is $pfirst .\n"; print " the patients last name is $plast .\n"; print " t