#CACHE{0} #HTTP_HEADER{Content-Type: text/html} $frm = $HTTP_GET_VARS ; $frm = str_replace('"', "'", $frm) ; switch ($frm["actionweb"]) { case "ajout_domproche" : $sql = "INSERT INTO dico_domaines_proches (id_groupe1, id_groupe2) VALUE ('".$frm[id_groupe]."','".$frm[id_groupe2]."')" ; $result=mysql_query($sql); if(!$result):echo("
".$str_queryError."
".$sql."
".mysql_error()."
".$str_queryError."
".$sql."
".mysql_error()."