This tutorial in essence goes over implementing posting and inserting data into a database, along with data validation for the blog. This one also extends on Tutorial 10, 11, 12, so please check those out if you have not.
Here’s the plan:
- Make a page for posting
- Make a form
- Get the SQL for inserting
- Prepare and validate data
- Test page functionality
- Finalize and clean up
Part 1:
Make sure to click on Read More so that you may see Part 2 and the sources.
Read more…