I searched thru all the PHP threads I could find relating to PHP & Forms and didn't quite find anything like what I asking. I am new to PHP and was wondering if someone could let me know why I am getting error HTTP 404 (Not Found)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<body>
<form method="post" action="<?php echo $PHP_SELF?>">
First name:<input name="name" ><br>
Last name:<input name="email" ><br>
<input type="submit" name="submit" value="submit">
</form>
</body>
</html>