调用帝国CMS会员头像教程
2019-05-02 站长 站长日志
帝国CMS调用会员头像代码
<?php $userr=$empire->fetch1("select * from {$dbtbpre}enewsmemberadd where userid='$user[userid]' limit 1"); ?>
然后再用
<?=$userr[userpic]?>
或
<img src="<?=$userr[userpic]?$userr[userpic]:'/e/data/images/nouserpic.gif'?>
"这样是没上传图片时调用默认图片 上传了就用新图片
注意:一定要先加代码在引用 及:代码要在引用字段的前面
上一篇:帝国cms投票系统使用