i want connect to sql
this is my page "MySqlConnectio n.php":
what is the problem?
this is my page "MySqlConnectio n.php":
Code:
<?php
$cite_school=mysql_connec("localhost","****","****");
$cite_bdd=mysql_select_db("ecole");
if(!$cite_school||!$cite_bdd)
{
die("Connexion impossible à la base de données". mysql_error());
}
?>
Comment