questa è la pg con form:
[CODE]
<html>
<head>
<title>Login</title>
</head>
<body>
<h1>Login</h1>
<form action="<?php print $PHP_SELF;?>">
Login:
<input type="text" name="form[login]"
value="">
</p>
Password:
<input type="password" name="form[password]" value="">
</p>
<input type="submit" value="update">
</form>
</body>
</html>
CODE]
è questa la risposta di apache:
sto provando in locale.codice:Forbidden You don't have permission to access / Notice: Undefined variable: PHP_SELF in c:/easyphp/www/logit.php on line 10 on this server.