oim 1453
| Posté : 28-09-2004 21:55
J'ai fait ca, pour moi il a l'air juste mais ca me retourne une erreur à la ligne list(....
function ephemblock() {
$result = mysql_query("select content from ephem order by RAND DESC LIMIT 0,1");
list($content) = mysql_fetch_array($result);
$boxstuff = "<br /><br />";
$boxstuff = ($content);
global $block_title;
if ($block_title=="")
$title=("Fiche");
else
$title=$block_title;
themesidebox($title, $boxstuff);
}
|