正常内容页是不提供会员头像显示的,但新闻news表中有是否为前台会员投稿,以及会员名称【username】和会员id【userid】的记录,我们可以通过查表输出,得到这篇文章的作者会员名称和会员头像等数据。
下面是查询语句。
折叠PHP 代码
- <?php
- $userr=$empire->fetch1("select userpic from phome_enewsmemberadd where userid='$r[userid]'");
- ?>
- <img src="<?=$userr[userpic]?$userr[userpic]:'/e/data/images/nouserpic.gif'?>">