Seems simple, but I can't seem to get it. It's all setup in PHP. I don't know if there is some way to convert it into HTML. I need to be able to grab an entire wordpress site, and have it run offline using HTML. If interested, please provide timeframe and price. Thanks!
If you want to run it offline.. I suggest you to use Apache or Wamp Server.. Because if you convert it from PHP to HTML, there will be some features which won't work..
yes WAMP is the simplest solution to run php files on localhost. I can help you to set WAMP up and ur blog running on ur PC.
I don't want to run it on a local server, I'm trying to convert it into a native iPhone app using phoneGAP. Is this possible?
It will all be static, you won't be able to use the admin to post messages etc or do any of the features wp has, it will just be like a copy of the site but none of the dynamic content will work.
Will the search and stuff like that still work? I'm wondering if it will still function, just not live on the web? Is that right?
The search function requires the database and a way to connect to the database (php), by converting the site to html you will loose all functionality including the search feature. If you want to keep the search feature you will need to follow the advice of the others and setup a local server using wamp or any other all in one server setup.