lundi 15 août 2016

connect MySQL and PHP

= echo "1"; $My_Connection = mysql_connect ( "localhost" , "root" , "1") ; if ( ! $My_Connection ) { die( ' Could not connect : ' . mysql_error( ) ) ; } echo "2";
?>

Aucun commentaire:

Enregistrer un commentaire