<?PHP $fsql=$empire->query("select fID,fname,fsay from {$dbtbpre}enewshy where userID='$user[userID]' order by fID desc limit 6"); while($fr=$empire->fetch($fsql)) { $fur=$empire->fetch1("select userID from {$user_tablename} where {$user_username}='$fr[fname]' limit 1"); $fuaddr=$empire->fetch1("select userpic from {$dbtbpre}enewsmemberadd where userID='$fur[userID]' limit 1"); ?> <li> <div ><a href="<?="$public_r[newsurl]"?>e/space/?userID=<?=$fur[userID]?>" target="_blank"><img src="<?=$uaddr[userpic]?$uaddr[userpic]:'../../data/images/nouserpic.gif'?>" wIDth="48" height="48" /></a></div> <p><a href="<?="$public_r[newsurl]"?>e/space/?userID=<?=$fur[userID]?>" target="_blank" title="<?=$fr[fname]?>"><?=$fr[fname]?></a></p> </li> <? } ?> |
把<img src="<?=$uaddr[userpic]?$uaddr[userpic]:'../../data/images/nouserpic.gif'?>" wIDth="48" height="48" />改为
<img src="<?=$fuaddr[userpic]?$fuaddr[userpic]:'../../data/images/nouserpic.gif'?>" wIDth="48" height="48" />
以上是内存溢出为你收集整理的控制面板中“我的好友”头像调用方法全部内容,希望文章能够帮你解决控制面板中“我的好友”头像调用方法所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)