Quote:
|
To do this, you will have to use PHP and MySQL.
|
I think that statement is a bit misleading
PHP and MySQL are an option. So are ColdFusion and Access. Or ASP and SQL Server. We all have our favorites.
In my experience, the easiest to learn is ColdFusion by far. However, web hosting for CF is more expensive than PHP, and to keep it affordable you have to use Access as your db, so performance suffers on high-traffic sites. SQL Server is preferable when using CF. I use ColdFusion and Access for my site, and performance is acceptable. You can get free CF hosting at
CFM Resources, but I've never used them, so I don't know how good the performance is.
If cost is a concern, and you're not interested in CF, PHP and MySQL are a great pair from what I hear. Hosting is cheap, and the performance is good.
As far as how to go about building the database, that's a bit more than one message post can cover . SitePoint has several articles about the subject, so I'd check those out.