I have got a problem. I get the errormessage below here after submitting the next form (this is the short form). I have got no clue what I am doing wrong.
The next form :
<form method="post" action="<?php echo basename($PHP_SELF) ; ?>" enctype="multipart/form-data">
<p><input type="submit" name="submit" value="submit">
</form>
leads to:
Errormessage:
You don't have permission to access /<br /><b>Notice</b>: Undefined variable: PHP_SELF in <b>e:/program files/apache group/apache/htdocs/store.php3</b> on line <b>14</b><br /> on this server.
I use
PHP version: 4.2.3
PHP extensions: standard, bcmath, calendar, com, ftp, mysql, odbc, pcre, session, xml, wddx, apache
PEAR is present
MySql version: 4.0.4-beta-max-nt
Apache 1.3.27
compiled by e-novative
😕 😕 😕