Skip to content

Instantly share code, notes, and snippets.

View ankur715's full-sized avatar
🎱
Spotted

Ankur Patel ankur715

🎱
Spotted
View GitHub Profile
@smonteverdi
smonteverdi / gist:1993937
Created March 7, 2012 15:55
PHP: Login Form
login_page.php
<form action="verify.php" method="post">
User Name:<br>
<input type="text" name="username"><br><br>
Password:<br>
<input type="password" name="password"><br><br>
<input type="submit" name="submit" value="Login">
</form>
verify.php