How do you download a full php website?

  • Thread starter Thread starter yukisho
  • Start date Start date
Y

yukisho

Guest
I would like to know how to download an entire php website. I have tried many programs and all they seem to do is download them in html format, not the original server files. Any hints?
Let me explain a little further, either I don't understand you or vice versa. There is a website that I want to get a copy of before it shuts down. I know I have seen people download the core files before on other websites. I don't care about database info, that's useless to me. I want to get the copy so I can basically make a copy of the site and launch it so the info is still on the net and available.
Thanks apple, I wasn't too sure about that. I'll just see about requesting a copy or a copy of the data that I want to save.
 
that is because php is a server side language.
which is being processed by the php server and will only display html code....

php wont work without the php server which means if it does not display in html format then the website is not working at all..
 
Back
Top