Bon voila mon bout de code :
echo "<table width=600 border=1 height=300 align=center>";
echo "<tr>
<td height=25>Sujet : ".$row['subject'] ."</td>
<tr>
<td height=25>Posté par ".$row['last_name']." ".$row['first_name'].". Commence le ".$row['date']." et se termine le ".$row['end_date']."</td>
</tr>
<tr>
<td height=225 valign=top>Commentaires : ".$row['comments']."</td>
</tr>
<tr>
<td height=25> ".include ("config/lib.inc.ph" )." </td>
</tr>";
echo "</table>";
mais mon include ne marche pas, il me marque ca en erreur :
Warning: Failed opening 'config/lib.inc.php ' for inclusion (include_path='') in x:\xxxxxxxxxx\xxxxxxxx\xxxxxxxxx\current.php on line 43
et je n'arrive pas a comprendre pk. je désespère !!
[edtdd]--Message édité par FrCo--[/edtdd]