bots description page
This commit is contained in:
parent
7ddce64fc7
commit
8bbff1c216
|
@ -1,14 +1,5 @@
|
|||
<article>
|
||||
<?php
|
||||
/*
|
||||
$theBot=array(
|
||||
'id' => $r[0],
|
||||
'game' => $r[1],
|
||||
'url' => $r[2],
|
||||
'description' => $r[3],
|
||||
'date_inscription' => $r[4]
|
||||
);
|
||||
*/
|
||||
echo $theBot['description'];
|
||||
echo '<h2>A props de '.htmlentities($_GET['param']).'</h2><p>Inscrit le '$theBot['date_inscription'].'</p><p>'.$theBot['description'].'</p>';
|
||||
?>
|
||||
</article>
|
Loading…
Reference in New Issue
Block a user