Click to See Complete Forum and Search --> : PHP on local host with Windows ME


Anon
02-09-2001, 09:23 AM
I made application that use PHP4 and MySQL. If I need to use application on my computer (not online, with Windows ME) I have to install MySQL, PHP and Personal Web Server and also set some parameters. It is complicated to do all those installations for not advanced users. So if I want to give somebody my program he has to do all this if he want to run it locally (on his computer).
My question is: Is there some program or something that will automate installation procedure (PHP, MySQL and Personal Web Server) and have I some others options to make my program run without installing Personal Web Server or PHP – maybe like .exe file.

Thanks

Anon
02-09-2001, 10:53 AM
Well, I've got a product called PHPTriad (see phpgeek.com) that installs PHP, Apache, MySQL and Perl and I occasionally build exe installers for PHP scripts that build on that base. There is also a product out there called ScriptViewer that allows you to put a PHP script on a CD and does the PHP interpretation. It doesn't run MySQL, so that would stop it from running your scripts if they require the DB connectivity.