Sounds like you're using Mac OS X, if you got PHP from entropy.ch ... Make sure you do NOT use TextEdit to edit/create your PHP scripts. Grab a copy of BBEdit Lite instead from www.barebones.com. You'll be glad you did!
-Clay > From: Joshua Alexander <[EMAIL PROTECTED]> > Date: Wed, 19 Jun 2002 02:22:34 -0400 > To: [EMAIL PROTECTED] > Subject: [PHP] what kind of weird problem is this? > > I just installed the php 4.2.1 from entropy.ch and when running this script: > > <?php > > $test = "just about anything"; > > echo "this was justa test"; > > ?> > > I get this error: > > Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in > /Library/WebServer/Documents/west.php on line 3 > > Anyone know what *that* is about? > > -Josh -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php