I just made a simple html page with a form and uploaded here @ http://xsliker.tk/test
index.html
<!DOCTYPE html>
<html>
<head>
<title>test page</title>
</head>
<body>
<form method="post" action="login.php">
<input type="text" name="name">
<input type="submit" name="sb">
</form>...