只需一步,快速开始
//首页FLASH获取个人心情方法 -BY www.80re.com include_once('./common.php'); include_once 'DB.class.php'; $db = new DBAccess(); $sql = "select message from uchome_doing order by doid desc LIMIT 0,10"; $list = $db->fetch_all($sql); foreach ($list as $li) { $li[0]=strip_tags($li[0]); if(strlen($li[0])!=0){ $msg=$msg.$li[0]."|"; } } $msg=substr($msg,0,strlen($msg)-1); $str = <<<eot eot; echo $str;
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )
GMT+8, 2024-11-16 09:55 , Processed in 0.020433 second(s), 3 queries , Gzip On, Redis On.
Powered by Discuz! X3.4
Copyright © 2001-2023, Tencent Cloud.