Posted by Janwillem Borleffs on 06/20/07 20:57
Mani wrote:
> <form action = "<?php$_SERVER['php_self']?>" method = "GET" >
>
This will just throw a notice because the $_SERVER array doesn't contain a
php_self key (only a PHP_SELF key). The semicolon is not mandatory in this
case, because of the closing tag and the absence of trailing code. Not using
echo or print, won't trigger alarms either...
JW
Navigation:
[Reply to this message]
|