PHP 5 Form Handling


SUBMITTED BY: Guest

DATE: Oct. 7, 2014, 12:23 p.m.

FORMAT: Text only

SIZE: 234 Bytes

HITS: 1140

  1. <html>
  2. <body>
  3. <form action="welcome.php" method="post">
  4. Name: <input type="text" name="name"><br>
  5. E-mail: <input type="text" name="email"><br>
  6. <input type="submit">
  7. </form>
  8. </body>
  9. </html>

comments powered by Disqus