Need help creating the PHP Send Script for my HTML contact form

[code]

Contact form submitted! I will be in touch soon.




Name:

*This is not a valid name. *This field is required.

Email:

*This is not a valid email address. *This field is required.
                                                     <label class="phone">
                                                     <span class="title1">Phone:</span>
                                                        <span class="bg"><input type="tel" value="" class="input"></span>
                                                        <span class="error">*This is not a valid number.</span> <span class="empty">*This field is required.</span> </label>
                                                     </div>
                                                     
                                                     <div class="block">
                                                     <label class="message">
                                                     <span class="title1">Message:</span>
        											    <span class="bg"><textarea rows="1" cols="2"></textarea></span>
        											    <span class="error">*The message is too short.</span> <span class="empty">*This field is required.</span> </label>
    										         </div>
                                                     <div class="formButtons">
                                                      <div class="formBtn">
                                                            <a href="#" data-type="submit" class="moreButton">Send</a>
                                                      </div>
                                                      <div class="formBtn">
                                                             <a href="#" data-type="reset" class="moreButton">Clear</a>
                                                      </div>
                                                     </div> 
								  		    </fieldset>
                                        </form>[/code]

What are you doing with the data? Saving it to a file? Database?

You may try posting a little more info with your problem when asking for help.

In the mean time, try this tutorial.

This tutorial contains all the stuff you need to successfully carry data from a HTML form to a mysql database.

If you get stuck, post back.

Sponsor our Newsletter | Privacy Policy | Terms of Service