I've been using PHP for making online apps and its really great for any project I've thrown at it. Recently, I've been looking at a project that wants a client-resident app... a little database and a couple forms to fill it in. Easy stuff right?
I'd rather not use vb or vba, or write it in MS-Access - too many cross platform problems. My other option is java... but ... is there anyway to write client resident stuff in PHP? I'm thinking - install php and a mysql database, use MM-FLASH for the front end interface to keep the app out of the browser.
My problem comes down to ... is there a "run time" environment installer for PHP? Something that will install PHP and Mysql when I give the client the installer that doesn't necessarily stick a webserver on etc... I'm not dealing with technical people that can or should have a lot of hassle in installation or use.
thanks
sm