东方星雨

简单网络

一个爱好网络的80后男站长。

关注我东方星雨个人微信号:476847113

您现在的位置是:首页 > 站长日志

帝国CMS在JS调用登陆状态模板中调用会员收到的短消息数

2018-10-23 站长 站长日志

1、在
$mhavelogin=1;
代码下面加上
$user=islogin();
2、在//数据下加上
$msgcount=$empire->gettotal("select count(*) as total from phome_enewsqmsg  where  to_username='$user[username]'");
3、在JS调用登陆状态模板中调用
<?=$msgcount?>
即可实现调用具体信息数

文章评论