|
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>");
View Screenshots
| |
2004-05-15 - Version 1.0.0 |
|
| |
|
- Initial Release |
|
|