kodog wrote:
> p.s. Is Coldfusion better to use (easier) than PHP? And
to clarify, the MySQL is the database "builder" and Coldfusion
and/or PHP is the Driver (Communicator) between the server and the
database?
It depends on which you know. ColdFusion fans swear that it's
miles
better. I prefer PHP (and, yes, I have tried both).
MySQL is a complete relational database management system. It
stores and
serves up the data. PHP and ColdFusion are server-side
languages that
enable you to communicate with a database (as well as lots of
other cool
things).
Working with PHP (or CF) and MySQL isn't particularly
difficult, but
there's quite a lot to absorb. I have written two books on
PHP/MySQL and
Dreamweaver (one for DW8, the other for CS3). You might find
them
helpful if you decide to go down this route. They contain
full
installation instructions, and take you step by step through
building a
database and communicating with it.
--
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of
ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/