topical media & game development

talk show tell print

basic-php-11-postcard-rev02.php / php



  <html>
  <head>
  <title>Enter Data</title>
  </head>
  <body>
  <form name="theform" method="post" action=<sendmail.php>>
  <table>
    <tr>
      <td>To:</td>
      <td><input type="text" name="to" size="50"></td>
    </tr>
    <tr>
      <td>From:</td>
      <td>
        <input type="text" name="from" size="50">
      </td>
    </tr>
    <tr>
      <td>Cc:</td>
      <td>
        <input type="text" name="cc" size="50">
      </td>
    </tr>
    <tr>
      <td>Bcc:</td>
      <td><input type="text" name="bcc" size="50"></td>
    </tr>
    <tr>
      <td>Subject:</td>
      <td><input type="text" name="subject" size="50"></td>
    </tr>
    <tr>
      <td valign="top">Message:</td>
      <td>
        <textarea cols="60" rows="10" name="message"
        >Enter your message here</textarea>
      </td>
    </tr>
    <tr>
      <td></td>
      <td>
        <input type="submit" value="Send"> 
        <input type="reset" value="Reset the form">
      </td>
    </tr>
  </table>
  </form>
  </body>
  </html>
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.