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
From the PHP manual for fread():
EDIT per the comment, you can read a file line by line with fgets()