HTML.form.guide

PHP form processing

PHP form processing

This tutorial will build on the previous PHP form tutorial, introduce some more concepts of PHP form processing, HTML forms and form validation, and instead of saving data to a text file, we will save data to a MySQL database. This tutorial will assume that you’ve read the first tutorial and that you have a basic understanding of SQL and MySQL. Create the form Let’s look at the form we used for the first tutorial and make a few updates to it.

Continue Reading →