Root://test/site/module/quetesdeparts.php
 
 
<?php
  
if (isset($_GET['lib']) || isset($_POST['lib'])) {
$lib trim(isset($_POST['lib']) ? $_POST['lib'] : $_GET['lib']);
if (
preg_match("/[^a-zA-Z0-9_]/"$lib)) { Header();exit;}}  
  if (
$lib == "")
  { 
?><ul>

<li></li>
</ul><hr>
<table cellspacing="0" cellpadding="0">
  <tr>
    <td><div>
      <p>Articles: </p>
      <ul>
        <li><a href="index.php?id=quetesdepartsnains">Qu&ecirc;tes Nains - niveau 1 &agrave; 15</a></li>
      </ul>
    </div></td>
    
  </tr>
  
</table>
<br>
</ul>
  <? 
  else  
    {
      include(
'module/library/' $lib '.php');    
    }

?>