sir
i wrote the code to connect php with mysql
but it create error
CODE
ERROR
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localho st' (using password: YES) in E:\vnr\utsavi1\ xampp\htdocs\cn c.php on line 6
Error connecting to mysql
PLEASE
send me right information & code
i wrote the code to connect php with mysql
but it create error
CODE
Code:
<?php
$con = @mysql_pconnection("localhost","utsavi",****);
if ($con)
{
echo("connect");
}
?>
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localho st' (using password: YES) in E:\vnr\utsavi1\ xampp\htdocs\cn c.php on line 6
Error connecting to mysql
PLEASE
send me right information & code
Comment