it does, thanks

-----Original Message-----
From: Chris W. Parker [mailto:[EMAIL PROTECTED]
Sent: 09 October 2003 17:28
To: Bertrand Moulard; Davy Campano; [EMAIL PROTECTED]
Subject: RE: [PHP] problem transferring a variable using POST


Bertrand Moulard <mailto:[EMAIL PROTECTED]>
    on Thursday, October 09, 2003 9:24 AM said:

> fair enough, $_POST is an array, but what about $_POST['ticketed'] ?
> Just want to make sure about this {} thingie

<?php

        echo "This is the password $_POST['password']";
        echo "This is THE password {$_POST['password']}";

?>

The output of this page is the following:


Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE,
expecting T_STRING or T_VARIABLE or T_NUM_STRING in
/home/cparker/public_html/oop/loginp.php on line 30

It's choking on the first echo statement.

Does that make sense now?



chris.

-- 
Don't like reformatting your Outlook replies? Now there's relief!
http://home.in.tum.de/~jain/software/outlook-quotefix/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to