[EMAIL PROTECTED] (Daniel Clark) wrote in news:[EMAIL PROTECTED]:
> 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"]">'; If there is likely to be a space in the contents of $Date_and_Time you may want to urlencode the contents - as spaces in URLs or URIs are a no no. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php