1 Star 0 Fork 0

tjloved / niukun

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
kefu.php 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
tjloved 提交于 2018-06-04 20:08 . add
<?php
$qq_rs=$res->fn_sql("select * from newslist where typename='客服QQ' and fid='$_GET[fid]' limit 5");
$qq_count=$res->fn_num("select * from newslist where typename='客服QQ' ");
?>
<?php if($qq_count>5){?>
<div style="margin-right:10px;height:35px;margin-top:10px;" class="select js_help_zone kefu">
<a href="javascript:void(0)" onclick="tuankuang('kefuqq')">更多</a>
</div>
<?php }?>
<?php
while($qqlinks=mysql_fetch_array($qq_rs)){
?>
<!--qq链接-->
<div style="margin-right:10px;height:35px;margin-top:10px;" class="select js_help_zone kefu">
<a href="tencent://message/?uin=<?=$qqlinks[description]?>&Site=<?=$qqlinks[description]?>&Menu=yes" target="blank"><img border="0" src="http://wpa.qq.com/pa?p=1:<?=$qqlinks[description]?>:7" alt="<?=$qqlinks[description]?>" width="71" height="24" /></a>
<!--<a href="http://wpa.qq.com/msgrd?v=3&uin=<?=$qqlinks[description]?>&site=qq&menu=yes" target="_blank"><img border="0" title="请加QQ:<?=$qqlinks[description]?>" alt="" src="http://wpa.qq.com/pa?p=2:<?=$qqlinks[description]?>:41"></a>-->
</div>
<?php } ?>
1
https://gitee.com/tjloved/niukun.git
git@gitee.com:tjloved/niukun.git
tjloved
niukun
niukun
master

搜索帮助