|
mysql_connect("localhost","username","userpass") but i get this error: Access denied for user: 'root@localhost' (Using password: NO)
THAT WILL NOT WORK try replacing it with this.
$_SESSION['dbhost'] = "localhost"; //
$_SESSION['dbusr'] = "xxxxx"; //
$_SESSION['dbpwd'] = "xxxxx"; //
$_SESSION['dbdb'] = "xxxxx"; //
$_SESSION['password'] = "xxxxx"; //
If that doesnt work contact me on icq i have another form also
|