$PHP_SELF
Posted: Mon Apr 12, 2004 8:07 pm
I don't know why, but I am getting this error:
here on line 203:
I really don't know why I can't use $PHP_SELF
Code: Select all
Forbidden
You don't have permission to access /<br /><b>Notice</b>: Undefined variable: PHP_SELF in <b>C:/Program Files/Apache Group/Apache2/htdocs/clients.php</b> on line <b>203</b><br /> on this server.Code: Select all
<?php
<form method="post" action="<?php echo $PHP_SELF; ?>?mode=add">
?>