Recent content by Chris Hukill

  1. C

    i need help with a contact us php script?

    html form: <form action="sendmail.php" method="post" > <input type="text" name="name" value="Name" class="input-name"/><br /> <input type="text" name="email" value="Email" class="input-email"/><br /> <textarea name="message" class="input-message" ></textarea> <input...
  2. C

    i need help with a contact us php script?

    html form: <form action="sendmail.php" method="post" > <input type="text" name="name" value="Name" class="input-name"/><br /> <input type="text" name="email" value="Email" class="input-email"/><br /> <textarea name="message" class="input-message" ></textarea> <input...
Back
Top