When I want to pass variable through post method, browser says "Page Not found" but with get its working, please help.
<html>
<head>
<title> iNetWord </title>
</head>
<body>
<form name="form1" method="post" action="login.php" >
<input type="text" name="txtuser" value="">
<input type="text" name="txtpassword" value="">
<input type="submit" value="Send">
</form>
</body>
</html>