[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
* 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
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
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
* 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
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
6 matches
Mail list logo