14 lines
307 B
PHP
14 lines
307 B
PHP
|
<article>
|
||
|
<?php
|
||
|
/*
|
||
|
$theBot=array(
|
||
|
'id' => $r[0],
|
||
|
'game' => $r[1],
|
||
|
'url' => $r[2],
|
||
|
'description' => $r[3],
|
||
|
'date_inscription' => $r[4]
|
||
|
);
|
||
|
*/
|
||
|
echo $theBot['description'];
|
||
|
?>
|
||
|
</article>
|