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