调用帝国CMS会员头像教程_帝国cms教程-大众资源网

帝国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'?>

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

发表评论