> Parse error: parse error, unexpected  T_ENCAPSED_AND_WHITESPACE, expecting
T_STRING or T_VARIABLE or T_NUM_STRING in
C:\inetpub\wwwroot\PHP\cat_proto3.php on line 46

> Line 46 corresponds to the form tag, as follows:
> 
> <FORM ACTION="<?php echo $_SERVER['PHP_SELF'] ?>" method="POST">


When you echo out an array element, the name needs to be enclosed in
curlies, e.g.,

echo {$_SERVER['PHP_SELF']}

Sorry, can't give you the manual reference.

Kirk

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

Reply via email to