Ah.
Must have a POST variable in that page called Date_and_Time.
>>Tried it and this is the error that I get
>>
>>
>>Notice: Undefined index: Date_and_Time in c:\inetpub\wwwroot\check.php on
>>line 9
>>http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Tried it and this is the error that I get
Notice: Undefined index: Date_and_Time in c:\inetpub\wwwroot\check.php on
line 9
wrote in message
news:[EMAIL PROTECTED]
> Try this:
>
> echo " URL=./Conference_Calls.php?Date_and_Time=".$_POST['Date_and_Time'].">";
>
> On Sat, May 15, 2004 at 07:47:28P
Oops. Try this.
echo "" ;
>>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" <[EMA
Try this:
echo "";
On Sat, May 15, 2004 at 07:47:28PM +0400, Ronald The Newbie Allen wrote:
> 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:\inet
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 PRO
I think you want double quotes around the entire line and \" for the internal double
quotes.
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 Gener
6 matches
Mail list logo