Line 37... |
Line 37... |
37 |
$retour_erreur .= '<H3 style="text-align: center; color: red; font-weight: 600;" > ERREUR SQL </H3><br />'."\n";
|
37 |
$retour_erreur .= '<H3 style="text-align: center; color: red; font-weight: 600;" > ERREUR SQL </H3><br />'."\n";
|
Line 38... |
Line 38... |
38 |
|
38 |
|
39 |
$retour_erreur .= '<span style="color: red; font-weight: 600" > Fichier : </span> ';
|
39 |
$retour_erreur .= '<span style="color: red; font-weight: 600" > Fichier : </span> ';
|
Line 40... |
Line 40... |
40 |
$retour_erreur .= '<span style="color: black; font-weight: normal;" > '.$nom_fichier_courant.'</span><br />'."\n";
|
40 |
$retour_erreur .= '<span style="color: black; font-weight: normal;" > '.$nom_fichier_courant.'</span><br />'."\n";
|
41 |
|
41 |
|
Line 42... |
Line 42... |
42 |
$retour_erreur .= '<span style="color: red; font-weight: 600" > Ligne n? : </span> ';
|
42 |
$retour_erreur .= '<span style="color: red; font-weight: 600" > Ligne n° : </span> ';
|
43 |
$retour_erreur .= '<span style="color: black; font-weight: normal;" > '.$numero_ligne_courante.'</span><br />'."\n";
|
43 |
$retour_erreur .= '<span style="color: black; font-weight: normal;" > '.$numero_ligne_courante.'</span><br />'."\n";
|