Quote:
03-05-03 at 03:44 PM geniuscrew said this in Post #83
You're not alone -_-
Mine just sits on ID 1 and once in a blue moon changes to ID 2
Edited: Well it changed to all of them after loads of refreshing.
I know this may sound stupid but how do I get it to get a quote in order?
PHP Code:
// random quote hack by KuraFire
$quot=$DB_site->query_first("SELECT id,quote,name FROM quotes ORDER BY id");
$thequote = $quot['quote'];
$thequoter = $quot['name'];
doesn't work :/
|
that bit of PHP code is NOT from my hack, entirely. "ORDER BY id" did NOT come from _my_ instructions!
It should be ORDER BY RAND(NOW())