• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Mod bài viết ngẫu nhiên cho MTBlog

Admin

Well-Known Member
Staff member
Administrator
Hướng dẫn:
Post code sau vào chỗ cần hiện (tốt nhất là index)
PHP:
$cuoi = mysql_num_rows(mysql_query("SELECT `id`
FROM `blog` WHERE `tt` = '1'")); if($cuoi == 0)
{ $tp->div('main','Chưa có bài'); } else
{ $ran = rand(1,$cuoi);
$w = mysql_fetch_array(mysql_query("SELECT
`url`,`tieude` FROM `blog` WHERE `id` = '$ran' AND
`tt` = '1'")); $tp->div('menu','Bài viết ngẫu nhiên');
$tp->div('list','&plus; <a href="/blog/blog-'.$w
['url'].'.html">'.$w['tieude'].'</a>'); 
}
 

Facebook Comments

New posts New threads New resources

Back
Top