Index du Forum » » Le coin des codeurs

Auteur

[Résolu] - image
oim
1453       
 

  Posté : 28-09-2004 22:22

C'es bon ca marche comme ca :


#autodoc ephemblock() : Bloc ephemerid <BR>=> syntaxe : function#ephemblock
function ephemblock() {
   $result = mysql_query("select content from ephem order by RAND() DESC LIMIT 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);
}


A modifier dans mainfile pour avoir un affichage aléatoire.
Merci !



Cet article provient de NPDS

http://www.npds.org/viewtopic.php?topic=12098&forum=5