Home > MySQL, PHP > Need Php Script Auto-installer

Need Php Script Auto-installer

December 5th, 2009

I have a PHP script. It’s difficult to install the script because, everytime i install the script i have to make changes to four to five php files and manully type my domain name URL, mysql db info like username/pass, email address, import .SQL file, enter password etc…

So, I need an INSTALL.PHP file where-in i can simply enter my mysql db info, domain name URL, connection settings, email address, password etc. and click install and it should automatically installs the script (including importing the .SQL file).

This should be a breeze for an experienced PHP coder.


Need Php Script Auto-installer

Comments are closed.
Bear