etant débutant su php, je rencontre cette erreur.... lorsque je test
Code : Tout sélectionner
Unknown column 'domaine_ftp' in 'where clause' $ftp_mcc = "SELECT * FROM ftp WHERE domaine_ftp = 'mcc'";
$ftp_mcc_retour = mysql_query ($ftp_mcc) or die (mysql_error());
$ftp_sousdomaine = "SELECT * FROM ftp WHERE domaine_ftp = 'sous domaine mcc'";
$ftp_sousdomaine_retour = mysql_query ($ftp_sousdomaine) or die (mysql_error());
$ftp_perso = "SELECT * FROM ftp WHERE domaine_ftp = 'perso'";
$ftp_perso_retour = mysql_query ($ftp_perso) or die (mysql_error());
quelqu'un pourrais t'il m'aider, merci a vous
en haut à gauche de ce sujet.