Guest User

Untitled

a guest
Feb 21st, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Create Table Links</title>
  4. </head>
  5. <body>
  6.  
  7. <form name="f" action="createtable.php" method="post">
  8.  
  9. Username: <input name="u" type="text" size = 25 required / > <br/><p>
  10.  
  11. Password: <input name="p" type="password" size = 25 required /> <br/> <p>
  12.  
  13. <input type="submit" value="Create student_table "/>
  14. </form>
  15. <h3>
  16. Warning. Creating a table will delete any tables named student_table.<br/>
  17. In its place it will create a new table with the same name.<br/>
  18. Your new table will have the following fields:<br/>
  19. <table border=1>
  20. <tr><td><th>sid</th></td><td><th>fname</th></td><td><th>lname</th></td><td><th>sgpa</th></td><td><th>sdept</th></td></tr>
  21. </table><br/><br/>
  22. Only for Learning Purpose:<br/>
  23. Username: "myuser"<br/>
  24. Password: "mypass"
  25. </h3>
  26. </body>
  27. </html>
Add Comment
Please, Sign In to add comment