Re: [PHP] Reposting elseif carry

2004-05-17 Thread David Robley
[EMAIL PROTECTED] (Daniel Clark) wrote in news:[EMAIL PROTECTED]: > echo " URL=./Conference_Calls.php?Date_and_Time=\".$_POST[\"$Date_and_Time\"]\ > ">"; > >>>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 ple

Re: [PHP] Reposting elseif carry

2004-05-16 Thread Curt Zirzow
* Thus wrote Ronald The Newbie Allen ([EMAIL PROTECTED]): > While I am sure that you are right. I went to the webpages that you > identified and did not see anything on' and ". I tried the code that typed > up and it said that Date_and_Time wher and undefinded index and also that > the headers co

Re: [PHP] Reposting elseif carry

2004-05-16 Thread Ronald \"The Newbie\" Allen
While I am sure that you are right. I went to the webpages that you identified and did not see anything on' and ". I tried the code that typed up and it said that Date_and_Time wher and undefinded index and also that the headers could not be modified. Advanced stuff for me, while I do see the lo

Re: [PHP] Reposting elseif carry

2004-05-15 Thread Daniel Clark
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 General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Reposting elseif carry

2004-05-15 Thread Curt Zirzow
* Thus wrote Ronald The Newbie Allen ([EMAIL PROTECTED]): > > what I currently have is > > echo " URL=./Conference_Calls.php?Date_and_Time=".$_POST["$Date_and_Time"].">"; Have you looked at what this is actually outputing? > > Tried several things from the string and either they return a pars

[PHP] Reposting 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 ''; what I currently have is echo ""; Tried several things from the string and either they return a parsing error or they return ".$_P