I have some dynamic pages which pull
content from a DB using a PHP function.

I have just found out that the production server 
for the project won't allow MySQL/PHP. 

The editors will need to use the input tool 
on a test server and then FTP to the 
production server.

What I need to know is how do I save each
page as static HTML when the page update has
taken place (html is in DB)

Code in each page(body text) is:

<?
 require("lib/dbconnect.html");
 dbConnect();

 require("lib/echocontent.html");;
 echoContent(1);
?>

Thanks in advance,

JM

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to