In this tutorial we will work on building ourselves a very simple PHP application to accept user data and save it into a MySQL database. This information will then be displayed to anyone visiting the site. We’ll also take a quick look at how we can generate a script to authenticate administrative users based on a username and password combination and allow those admin users to delete unwanted comments from the database.
Comments