Salut à tous,
Bhein j'ai le code suivant:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
 
 <? //////////////////////////////////////?>
        <?      echo "<table>";
  				echo "<tr>";
    			echo '<td>'. include("authentification.php") .'</td>';
  				echo "</tr>";
  				echo "<tr>";
   				echo '<td>'. include("recherche.php").'</td>';
  				echo "</tr>";
 
				echo "</table>";
        ?>
        <? //////////////////////////////////////?>
qui n'as pas été exécuté correctement.... donc comment résoudre çela? merci