View Single Post
  #7 (permalink)  
Old 10-27-08, 11:07 AM
rlq rlq is offline
Newbie Coder
 
Join Date: Oct 2008
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
hi Nico,
I tried with
$con = mysql_connect("localhost","root");

and the result is
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root '@'localhost' (using password: NO) in C:\xampp\htdocs\Load.php on line 2
Could not connect: Access denied for user 'root '@'localhost' (using password: NO)

thanks,
Reply With Quote