Advertisement
Guest User

Untitled

a guest
Sep 18th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <html>
  2. <form action="convert.php" method="post">
  3. Type:<br />
  4. <input type="radio" name="type" value="xd" /> Xats To Days<br />
  5. <input type="radio" name="type" value="dx" /> Days To Xats<br />
  6. <br />
  7. Amount: <input type="text" name="amo" /><br />
  8. <br />
  9. <br />
  10. Username: <input type="text" name="user" /><br />
  11. Password: <input type="password" name="password" /><br />
  12. </form>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement