Actually, that should make no difference... you don't need a ; if it's the last instruction before the close of PHP.

Try <?php echo $_SEVER['PHP_SELF']?> or <?=$_SEVER['PHP_SELF']?>

Justin


On Saturday, October 11, 2003, at 09:29 AM, Al wrote:


Put a ";" [no quotes] after  such as:   echo $PHP_SELF;
Jeff McKeon wrote:

I've just published a new website and something is wrong. I suspect the
PHP.ini on the server but I can't seem to find anything.


The line:

<form method='post' action='<?PHP ECHO $PHP_SELF ?>'>

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



Reply via email to