We have developed a website for a client with PHP and a MySQL database. However, the client has sales people traveling the world with iPads to present the website, where there's not always Wifi available.
We're looking into ways of making the website available offline, but have yet to come up with a decent solution.
We're considering the HTML5 application cache, building a iOS version with PhoneGap... We thought it'd be handy if we could run Apache on an iPad... But none seem a good or existing solution so far.
Can anyone point me in the right direction?