On Sun, 28 Apr 2002, Kirk Babb wrote: > How do I use $PHP_SELF with register_globals off? I looked up the > documentation on php.net but haven't gotten this line of code to work: > > <form name="form5" method="post" action='<?php echo("$_SERVER[PHP_SELF]; > ?>'>
action='<?= $_SERVER['PHP_SELF'] ?>' miguel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php