Home

Projects

Downloads

Forum

Intro Movie

 


PHP Business Management System Downloads

Current Version: 1.0.0

If you encounter install problems you will need to modify the install.php and connect.php files to use a different way of connecting to the Database as shown below:

$dbh=mysql_connect ("localhost", "<Username>", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("<Database>");

Project Download:

PHP Business Management System Version 1.0.0

Screenshots: (732 Kb)

View Screenshots

Version History:

  2004-05-15 - Version 1.0.0  
    - Initial Release