RE: [PHP] Writing PHP files from inside a PHP file

2002-02-06 Thread Brandon Orther
PROTECTED]] Sent: Wednesday, February 06, 2002 3:32 PM To: [EMAIL PROTECTED] Subject: [PHP] Writing PHP files from inside a PHP file I want to extract information from a database table and create a half-static, half-dynamic PHP page from the info. I want to store the template for the new page in an

[PHP] Writing PHP files from inside a PHP file

2002-02-06 Thread Georgie Casey
I want to extract information from a database table and create a half-static, half-dynamic PHP page from the info. I want to store the template for the new page in an external file with tags in the places where I want variables to be printed. What;s the best of achieving this?? I tried "fread" bu