I have a Guestbook where the pages are built dynamically with a perl script. There's no .htm pages, it's all cgi and perl. I am trying to add some php code to read a mysql database. It's not working, the perl script just prints the php code at the top of the page and then builds the page normally. Can I get this to work or doesn't php work in perl scripts? Thanks.