botsArena/src/aboutBot.php

14 lines
307 B
PHP
Raw Normal View History

2015-12-26 21:59:05 +01:00
<article>
<?php
/*
$theBot=array(
'id' => $r[0],
'game' => $r[1],
'url' => $r[2],
'description' => $r[3],
'date_inscription' => $r[4]
);
*/
echo $theBot['description'];
?>
</article>