Posts: 2,536
Location: Western Maryland
|
Lee,
I would suggest you go to your favorite book store and buy a PHP/MySQL book. You will need to learn a little about how to setup a MySQL database and get your data into that database in an logical, well-organized way.
Next, you will need to learn PHP to get that data out of your database based on your query (e.g., user input). If you are a Dreamweaver veteran, then formatting the results will be no big deal.
If you are a complete novice, give yourself about 12 hours to read, setup and learn some of the examples in your book. After doing that, it should be clear to you how to proceed with your own project.
The key is to choose a book that explores both PHP and MySQL together.... and make sure it is reasonably up-to-date.
I hope this helps.
__________________
—Kyrnt
|