bots description page

This commit is contained in:
gnieark 2015-12-26 22:04:27 +01:00
parent 7ddce64fc7
commit 8bbff1c216

View File

@ -1,14 +1,5 @@
<article> <article>
<?php <?php
/* echo '<h2>A props de '.htmlentities($_GET['param']).'</h2><p>Inscrit le '$theBot['date_inscription'].'</p><p>'.$theBot['description'].'</p>';
$theBot=array(
'id' => $r[0],
'game' => $r[1],
'url' => $r[2],
'description' => $r[3],
'date_inscription' => $r[4]
);
*/
echo $theBot['description'];
?> ?>
</article> </article>