I am using Dreamwever, PHP, and MySql. I'm working on a site to post articles. I created a test table that includes the author's name, title, email, and the file name that includes the article (e.g. article.html). The problem that I'm having is opening the file that is associated with each record. I've looked at the fopen command, but it's not working. Any help would be appreciated.