html generator
Posted: Thu Nov 27, 2003 6:32 am
Hi there,
I was wondering if there's a way to generate simple HTML files localy from php files. I realize that the server does this when it parses my php files...but can I somehow dump that to a file on my drive...??
I have a web server at home that supports php so I develop using php
but if I'm building a site on a server that does not support php I would like to be able to create the entire site using php with templates and then generating all the HTLM files I need to upload to the non-php server.
What is the simplest way to do this?
thanks
Pabs
I was wondering if there's a way to generate simple HTML files localy from php files. I realize that the server does this when it parses my php files...but can I somehow dump that to a file on my drive...??
I have a web server at home that supports php so I develop using php
but if I'm building a site on a server that does not support php I would like to be able to create the entire site using php with templates and then generating all the HTLM files I need to upload to the non-php server.
What is the simplest way to do this?
thanks
Pabs