Tu as noté le sujet en tant que [Résolu], c'est cool.
Est-ce que tu pourrais montrer comment tu y est parvenu... d'autres peuvent avoir le même souci

$sql = "INSERT INTO prestation_beta (date_realisation, date_encodage,
nom_utilisateur, ref_client, nom_client, adr_client,
code_postal, commune, adr_modem, technicien,
heure_debut, heure_fin, telephone, etat_installation,
commentaire) values ( '".$date1."','".$date2."','".$user.
"','".$ref."','".ucfirst($nom)."','".ucfirst($adr)."','".$code."','".ucfirst($commune)."','".strtoupper($address_mac)."', '".$tech.
"','".$heure_debut."','".$heure_fin."','".$telephone."','"
.$installation."','".ucfirst($commentaire)."')";
$insert = mysql_query($sql) or die (mysql_error());
/*Insertion dans la TABLE 2 eme TABLE*/
$sql = "INSERT INTO prestation_aout_2006 (ref, nom, adr, rem, tech, date, tel)
values ( '".$ref."','".$nom."','".$adr."','".$commentaire."','"
.$tech."','".$date1."','".$telephone."')";
$insert = mysql_query($sql) or die (mysql_error());

J'ai encore quelques soucis (certain champs de ma TABLE reste vide)