Quote:
Originally posted by Lesane
Put this code in root/index.php:
PHP Code:
$check=$DB_site->query_first("SELECT * FROM store WHERE ok='Y'");
if ($check[action]=='lottery') {
$lok=$DB_site->query_first("SELECT * FROM storelottery WHERE lotnumber='1'");
$jackpot="Current Lottery Fund is now: $lok[jackpot]";
} else {
$jackpot="";
}
Open forumhome template and put $jackpot wherever you want.
|
I'm having problem with this, I placed $jackpot in forumhome template but on the index page it didn't show up. Any help?