$sql = 'SELECT * FROM `matable` WHERE `Courriel` = \ ''.$_GET['couriel'].'\'';
$result=mysql_query($sql);
$row=mysql_fetch_array($result);
if(!empty($row['Couriel'])){
L'adresse e-mail existe déjà
}else{
L'adresse e-mail n'existe pas
}
Thomvaill 
IRC : Thomas (irc.heliosnet.org:6667 #programmation)