Re: [PHP] Variables not passing...

2004-03-04 Thread Chase
One other irritation for the evening... The MySQL query that I am trying to create needs to use the date the user enters and then add " @ 12:01am EST" to it so it will acutally match the data in the table. Below is my quesry line, but I don't know how to add that chunk to each of the variables...

Re: [PHP] Variables not passing...

2004-03-04 Thread Chase
Thank you! It looks like it was a combination of my NOT using the $_POST and the fact that my JScript wasn't allowing the variables to pass... WHO KNEW?!? THANKS!!! Chase <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Is there a session_start() on the second page ? > > Also i di

Re: [PHP] Variables not passing...

2004-03-04 Thread daniel
Is there a session_start() on the second page ? Also i didnt know u could set an action to a jscript popup, it may not be posting to the second page. What you could try is posting to the second page like a normal post, u need to do something like session_start(); $_SESSION['startdate'] = $_POST[

Re: [PHP] Variables not passing to mail script

2003-10-28 Thread John Nichel
CPT John W. Holmes wrote: From: "Bob Rea" <[EMAIL PROTECTED]> At 03:59 PM 10/27/2003 -0800, Jeff - Harbornet wrote: Disregard last email. I figured it out. Thanks. Care to tell the rest of us? I'm a newby and would like to know. Hmmm, that's obvious, since you can't even spell newbie. ;) ---J

Re: [PHP] Variables not passing to mail script

2003-10-28 Thread CPT John W. Holmes
From: "Bob Rea" <[EMAIL PROTECTED]> > At 03:59 PM 10/27/2003 -0800, Jeff - Harbornet wrote: > >Disregard last email. I figured it out. Thanks. > > Care to tell the rest of us? I'm a newby and would like to know. Hmmm, that's obvious, since you can't even spell newbie. ;) ---John Holmes... --

Re: [PHP] Variables not passing to mail script

2003-10-28 Thread Bob Rea
At 03:59 PM 10/27/2003 -0800, Jeff - Harbornet wrote: Disregard last email. I figured it out. Thanks. Care to tell the rest of us? I'm a newby and would like to know. Bob Rea PlusWeb [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] www.petard.us -- PHP General Mailing List (http

Re: [PHP] Variables not passing to mail script

2003-10-27 Thread Jeff - Harbornet
Disregard last email. I figured it out. Thanks. Jeff Harbornet Jeff - Harbornet wrote: > Hi all. I am running into a problem with posting html data into a PHP > script. The script works on another site that I have created, with this > html code, the variables are not passing to the sendmail.php