Guest User

Untitled

a guest
Jun 22nd, 2012
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. login form with https and http
  2. <form method="post" action="https://[domain-name]/b.php">
  3. <input type="text" name="username" />
  4. <input type="password" name="password" />
  5. <input type="submit" value="login" />
  6. </form>
Advertisement
Add Comment
Please, Sign In to add comment