Re: [PHP] elseif carry

2004-05-15 Thread Daniel Clark
Ah. Must have a POST variable in that page called Date_and_Time. >>Tried it and this is the error that I get >> >> >>Notice: Undefined index: Date_and_Time in c:\inetpub\wwwroot\check.php on >>line 9 >>http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] elseif carry

2004-05-15 Thread Ronald \"The Newbie\" Allen
Tried it and this is the error that I get Notice: Undefined index: Date_and_Time in c:\inetpub\wwwroot\check.php on line 9 wrote in message news:[EMAIL PROTECTED] > Try this: > > echo " URL=./Conference_Calls.php?Date_and_Time=".$_POST['Date_and_Time'].">"; > > On Sat, May 15, 2004 at 07:47:28P

Re: [PHP] elseif carry

2004-05-15 Thread Daniel Clark
Oops. Try this. echo "" ; >>I did a cut asnd paste to your code and this is the error that I receive >> >>Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting >>T_STRING or T_VARIABLE or T_NUM_STRING in c:\inetpub\wwwroot\check.php on >>line 9 >> >> >> >>"Daniel Clark" <[EMA

Re: [PHP] elseif carry

2004-05-15 Thread James Kaufman
Try this: echo ""; On Sat, May 15, 2004 at 07:47:28PM +0400, Ronald The Newbie Allen wrote: > I did a cut asnd paste to your code and this is the error that I receive > > Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting > T_STRING or T_VARIABLE or T_NUM_STRING in c:\inet

Re: [PHP] elseif carry

2004-05-15 Thread Ronald \"The Newbie\" Allen
I did a cut asnd paste to your code and this is the error that I receive Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in c:\inetpub\wwwroot\check.php on line 9 "Daniel Clark" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PRO

Re: [PHP] elseif carry

2004-05-15 Thread Daniel Clark
I think you want double quotes around the entire line and \" for the internal double quotes. echo "'; >>I have tried both of these statements and neither one works Trying to get >>the Date and Time to be carried in the URL. Any Help please. >> >> print ''; >> >>or >> >> echo ''; -- PHP Gener

[PHP] elseif carry

2004-05-15 Thread Ronald \"The Newbie\" Allen
I have tried both of these statements and neither one works Trying to get the Date and Time to be carried in the URL. Any Help please. print ''; or echo ''; The code: '; } elseif ($event == "Conference_Calls") { print ''; } elseif ($event == "Outage_Reports") { echo ''; } else { echo ''