As I start the process of writing my site in PHP and MySQL, one of the first PHP scripts I\'ve written is a script to initialize my database. Drop/create the database. Dro
Well, since you're asking about resources on the subject, there's a whole book on it in the PHP.net docs.
A basic example: