Hello,
I'm having a similar problem as this one:
If I use this line, the form just clears itself and nothing happens:
<form method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>">
...and if I use this:
<form method="post" action="<?=$_SERVER['PHP_SELF']; ?>">
...I get error Forbidden - You don't have permission to access
Forum:
WampServer English