Cod: Selectaţi tot
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\xampp\htdocs\test\index.php on line 2
Could not connect: Access denied for user 'ODBC'@'localhost' (using password: NO)este pornint serverul apache si mysql, am folosit scriptul aceasta
Cod: Selectaţi tot
<?php
$con = mysql_connect("localhost","","");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
// some code
?>ce trebuie sa fac ?
