db connect probs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



hello,
do you have any idea why the following(line 106)would return the following
error message ? the login.php has an included form to create an account and that is what will not connect.

$connection = mysql_connect($host, $user,$password) //this is line 106

Warning: Access denied for user: 'x,@host' (Using password: YES) in /users/infoserv/web/register/login.php on line 106

Warning: MySQL Connection Failed: Access denied for user: 'x,@host' (Using password: YES) in /users/infoserv/web/register/login.php on line 106
Couldn't connect to server.

my required file is as follows:
<?
$user="$email,$femail";
$host="$hostname";
$password="password('$password'),password('$fpassword')";
$database="$classes";
?>


thank you again for your time. addison
--
Addison Ellis
small independent publishing co.
114 B 29th Avenue North
Nashville, TN 37203
(615) 321-1791
addison@bellsouth.net
info@smipco.com
subsidiaries of small independent publishing co.
info@gloabaldog.com
info@momandpocentral.com

[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux