'; $sql20 = $connection->query("SELECT * from projets where num_comm=$num_com and date_comm='$date_com' and num_ordre=$num_projet"); $da = mysqli_fetch_assoc($sql20); $intitule=$da['intitule_proj']; $contenu=$da['contenu']; echo '

'.$intitule.'

'; echo '

'.$contenu.'

 '; echo' '; ?>