RE: [PHP] PHP file writing to static HTML file. PLEASE HELP

2003-02-19 Thread Luke Woollard
use the fopen, fputs, fclose commands. look up in PHP manual on php.net. Luke Woollard -Original Message- From: Jonathan Moore [mailto:[EMAIL PROTECTED]] Sent: Thursday, 20 February 2003 9:43 AM To: Subject: [PHP] PHP file writing to static HTML file. PLEASE HELP hello, i am in a

[PHP] PHP file writing to static HTML file. PLEASE HELP

2003-02-19 Thread Jonathan Moore
hello, i am in a bind.. i need to know how to make a dynamic php page write to a static html page. example: a php file pulls info from a database, such as name and location. once it grabs this information, it needs to write the data to a static html file for archiving. i have explored different