Maybe this is an odd question, but here is what I'm looking to do . . . I'm in the process of creating a backend user system for a local small business which will basically work as an accounting, client database, products database, invoicing, and account histories program.
What I want is to be able to run this in IE (in fullscreen mode), and have as little memory footprint as possible on the system.
I'm just wondering whether it is possible to run PHP and MySQL some other way except by running an Apache server, WinMySQLAdmin, and Apache Serve Monitor.
Basically I'm looking for the easiest way to run this program on a single computer, with no access to the internet (hence no need for Apache).
Any ideas ?