Advertisement
tnngo2

PHP - Theory 2 - Demo 1 - html

Mar 12th, 2012
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.52 KB | None | 0 0
  1. <!DOCTYPE html public "-//W3C//DTD HTML 4.0 //EN">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <title>PHP - Theory 2 - Demo 1</title>
  6. </head>
  7. <body bgcolor="#f9f9f9">
  8.  
  9. <form action="ass1.php" method="post">
  10.  
  11.  
  12. First Name : <br><INPUT type="text" size="25" name="first_name">
  13.  
  14. <BR>
  15. Last Name : <br><INPUT type="text" size="25" name="last_name">
  16. <BR>
  17. Age : <br><INPUT type="text" size="5" name="age">
  18. <Input type="submit" value="Add student">
  19.  
  20. </p>
  21. </form>
  22.  
  23. </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement