Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP Using PHP with MySQL Querying the Database with PHP Querying the Database

Insert Details from Contact Form into Mysql Database

How can i insert the details that we have entered in a contact form automatically when user clicks on submit into the mysql database ???

1 Answer

Brett Atkin
Brett Atkin
2,574 Points

Where are you at right now? This is a multiple step process.

  1. Get form inputs / redirect back to form field errors
  2. Sanitize inputs
  3. Connect to DB
  4. Insert into DB using INSERT statement
  5. Do something based on success/failure of INSERT

Each steps requires a bit of knowledge.

If you need something up fast, I would suggest using a 3rd party solution like Wufoo.