snnbbc Posted July 9, 2009 Share Posted July 9, 2009 I am a novice web designer and I need to create a contact form with php. The form will send the information to let's say contact.php, which will be uploaded on the server, so the structure of the form will be: <form name="contactForm" action="contact.php" method="post"> </form> I have the following fields in my form: - Name - E-mail - Phone - Subject - Message Any help would be appreciated. Toni Link to comment https://forums.phpfreaks.com/topic/165320-php-contact-form/ Share on other sites More sharing options...
trq Posted July 9, 2009 Share Posted July 9, 2009 Theres a link in my signature to a free book. Id start there. Link to comment https://forums.phpfreaks.com/topic/165320-php-contact-form/#findComment-871832 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.