real_escape_string(str_replace(' ','',$_POST['cp']));
$civic = $sql->real_escape_string($_POST['civic']);
$q_fibre = "SELECT * FROM `fibre` WHERE `zip` = '$zip' AND `terrain` = '$civic'";
$res_fibre = $sql->query($q_fibre);
$fibre_find = 0;
$fibre_result = '';
if($res_fibre->num_rows > 0){
$fibre_result .= "Addresse disponible (UN option DOIT être selectionné):
| $opt_input | {$row_fibre['terrain']} | {$row_fibre['rue']} | {$row_fibre['ville']} | {$row_fibre['zip']} | {$row_fibre['description']} | $boitier |