Quote:
Originally posted by tweak
I installed this hack but My quotes started to go random on refresh then Stopped???? Now it sits on the same one.
|
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 :/