I'll admit that I am not a coder and I don't know much more than a tiny
bit of PHP at the time of writing this. However, I have managed to
create database driven webpages, and even password protected members
only areas due to the extremely easy to use PHP buttons in Dreamweaver.
If you are interested in learning to do this for yourself, this lesson
will point you in the right direction so that you can experiment and
see for yourself how easy it is.
The first thing you need to do is to create an SQL database on your
webhost. This can be done via CPanel or if not that, then ask your host
how...anyways, creating an SQL database with 1 table is not hard.
The key is, to create it, record the information and then try to log in to that database via Dreamweaver.
You can do this by creating a new database connection in the 'Application' window of Dreamweaver.
This is one of the most challenging parts, and you'll need to set up
the site's testing server. At first this can be tricky, but if you
stick with it and get connected to your SQL databas via Dreamweaver,
you'll soon find ways to insert records, display records, and much more!