优晟SEO

您现在的位置是:首页 > CMS教程 > 帝国cms > 正文

帝国cms

调用帝国CMS会员头像教程

帝国   头像   教程  
佚名 2024-08-28帝国cms
帝国CMS调用会员头像代码<?php$userr=$empire->fetch1("select*from{$dbtbpre}enewsmemberaddwhereuserid='$user[userid]'limit1");?>然后再用<?=$userr[userpic]?>或<imgsrc="<?=$userr[userpic]?$userr[us……

调用帝国CMS会员头像教程

帝国CMS调用会员头像代码

<?php$userr=$empire->fetch1("select*from{$dbtbpre}enewsmemberaddwhereuserid='$user[userid]'limit1");?>

然后再用

<?=$userr[userpic]?>

<imgsrc="<?=$userr[userpic]?$userr[userpic]:'/e/data/images/nouserpic.gif'?>

"这样是没上传图片时调用默认图片 上传了就用新图片注意:一定要先加代码在引用 及:代码要在引用字段的前面