Oops. Try this.

echo "<META HTTP-EQUIV=\"refresh\" content=\"0;
 URL=./Conference_Calls.php?Date_and_Time=$_POST['Date_and_Time']\">" ;


>>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 PROTECTED]
>>> I think you want double quotes around the entire line and \" for the
>>internal double quotes.
>>>
>>> echo "<META HTTP-EQUIV=\"refresh\" content=\"0;
>>> 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 please.
>>> >>
>>> >> print '<META HTTP-EQUIV="refresh" content="0;
>>> >>URL=./Conference_Calls.php?Date_and_Time=$_POST["Date_and_Time"]">';
>>> >>
>>> >>or
>>> >>
>>> >> echo '<META HTTP-EQUIV="refresh" content="0;
>>> >>URL=./Conference_Calls.php?Date_and_Time=$_POST["Date_and_Time"]">';
>>
>>-- 
>>PHP General Mailing List (http://www.php.net/)
>>To unsubscribe, visit: http://www.php.net/unsub.php
>>


Reply via email to