From the course: Learning PHP

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Challenge: Process a simple form and send the email

Challenge: Process a simple form and send the email - PHP Tutorial

From the course: Learning PHP

Start my 1-month free trial

Challenge: Process a simple form and send the email

(bright music) - [Instructor] All right, now it's your turn. Build an email form from scratch including these fields. Name as a required field, email as a required field, reason for contact as a select box, which is also required, and message, which is also required. Then, validate the form. Make sure the required fields are filled out and the email is in a valid format and email it to yourself. You can definitely use the HTML form elements to help you, but be sure to validate on the server, too.

Contents