11
tallpaul
Re: Pull random quotes from RM Myfolder
  • 2011/4/13 16:55

  • tallpaul

  • Just popping in

  • Posts: 3

  • Since: 2008/7/11


Quick, more simple fix here...
In the line:
le="color: #000000"><?php $result = $db->query("SELECT * FROM ".$db->prefix("rmmf_works")." ORDER BY id_w DESC LIMIT 0,$options[0]");

You should be able to change the
le="color: #000000"><?php ORDER BY id_w DESC

to simply
le="color: #000000"><?php ORDER BY RAND()


Hope that works, enjoy!