Entry
I cannot connect to MySql when I use a password why! It is the right password too!
Nov 22nd, 2006 03:17
JOse Prasanthjose, Chris Jackson, Its me again Chris I need more space for my question.
The script I'm using is this
<?php $user="chris";
$conn = mysql_connect("localhost", $user, "bob" );
if($conn){
$msg="Congratulations $user, You connected to MySql"; }
?>
<html><head><title>Connection User</title></head><body><h3> <?php echo)
$msg); ?> </h3></body></html>
Please help.
What is the error message that is generated..?