I have a standalone browser based PHP application that I want to distribute to laptops.
Can I do this with just PHP-CLI and save myself the hastle of setting up Apache on every laptop? Better still, without setting up MySQL as well.
So, how do I direct PHP-CLI output to the browser?
Will the pages appear a they do via Apache?
Can PHP-CLI talk to MySQL without Apache, or does it have its own SQL engine?
Am I expecting too much?