Advertisement
Guest User

Untitled

a guest
Nov 14th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. <?php
  2. //include ('dbConnect.php);
  3. ?>
  4. <html>
  5. <head>
  6. <meta charset="utf-8">
  7. <title>telegram</title>
  8.  
  9. </head>
  10. <body>
  11. <form method="GET" action="function.php">
  12. <table>
  13. <tr>
  14. <!--<td>ID: <input type="TEXT" name="operator_id" placeholder="Enter id"></td>-->
  15. </tr>
  16. <tr>
  17. <td>klíč: <input type="TEXT" name="telegram_key" placeholder="Enter key"></td>
  18. </tr>
  19. <tr>
  20. <td><input type="submit" name="login" value="key"/></td>
  21. <!--<td><input type="button" name="token" value="token"/></td> -->
  22. </tr>
  23. </table>
  24. </form>
  25. <br><br>
  26.  
  27. <form method="POST" action="function.php">
  28. <table>
  29. <tr>
  30. <td>Username: <input type="TEXT" name="user" placeholder="Enter email"></td>
  31. </tr>
  32. <tr>
  33. <td>Password: <input type="TEXT" name="pass" placeholder="Enter Password"></td>
  34. </tr>
  35. <tr>
  36. <td><input type="submit" name="login" value="login"/></td>
  37. </tr>
  38. </table>
  39. </form>
  40. </body>
  41. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement