can some one explain the problem here, this is the site link
http://team-dynasty.frih.net/forums/install/install.php any help is greatly appreciated
http://team-dynasty.frih.net/forums/install/install.php any help is greatly appreciated
| gh0strec0n_legit wrote: |
| can some one explain the problem here, this is the site link
http://team-dynasty.frih.net/forums/install/install.php any help is greatly appreciated |
| Quote: |
| Could not connect to the database |
| Code: |
| <?php
$con = mysql_connect("localhost","username","password"); if (!$con) { die('Could not connect: ' . mysql_error()); } // some code mysql_close($con); ?> |