<?php include("config.php"); $link = mysql_connect($host,$user,$password); if (!$link) { die('Impossible de se connecter : ' . mysql_error()); } mysql_select_db($database_name); ?>