Is there an easy way to convert a php site to html without having to recreate each page manually?
Been asked to convert a site done by a web designer to html so can be brought in house for updaing.
Is there an easy way to convert a php site to html without having to recreate each page manually?
Been asked to convert a site done by a web designer to html so can be brought in house for updaing.
wget will grab the pages but you will need to correct all the links yourself

Unusual one to be asked really ...
If all you want to do is make some changes to the content why not just edit the php?

FTP the site onto local server to grab resources such as images etc and to get site folder structure.Is there an easy way to convert a php site to html without having to recreate each page manually?
Then just view the source for each page and save it as an html file?
A bit manual but simple to do - just need to keep the file names/folder structure the same and you should end up with something close to original as long as it doesn't have too many fancy features.
Could you post a link to the site in question?
regards
Simon

you could recursively wgt the pages
GNU Wget
but really there should be no need, the point of php is that it can dynamically create html, pulling information form various sources - making things easier to maintain.
I suspect it will be easier in the long and short term to get your web designer familiar with php.

Teleport Pro used to be useful for grabbing static sites to allow one to nose through them, might be worth a look.
Surely just teach/find someone to modify the php?so can be brought in house for updaing.
If there's nothing so complex there that it will break when made non-php, then I would be very surprised if there was anything that someone with html knowledge couldn't figure out with a couple of hours on php.net . Why dumb down?
There are currently 1 users browsing this thread. (0 members and 1 guests)