商务系统 SQL万能标签使用实例(含调商家LOGO)
2021-11-19
419
1.调热门关键字
SQL语句
SELECT * FROM `p8_keyword` WHERE `num` !=0 Order by list DESC LIMIT 15
参考风格样式:
<div style="background:url($webdb[www_url]/images/default/i/$i.gif) no-repeat 0px 2px;height:21px;text-indent:1.3em;"> <A HREF="$webdb[www_url]/do/search.php?type=keyword&keyword=$keywords" target='_blank' style="$fontcolor;$fontweight">$keywords</a></div>
2.调商家LOGO图片
SQL语句
SELECT A.*, A.rid AS id, concat( 'business/ico/', A.picurl ) AS picurlFROM p8_business_company A WHERE A.yz=1 ORDER BY A.yz DESC, A.posttime DESC LIMIT 10
参考风格样式:
<div style="float:left;margin-left:5px;margin-top:4px;"> <p class=img><a style="display:block;width:120px;height:120px;border:solid #ccc 2px;" HREF="/homepage.php?uid=$uid" target="_blank"> <img style="width:120px;height:120px;border:1px solid #fff;" src="$picurl" border="0"></a></p> <p class=title style="text-align:center;"><A HREF="/homepage.php?uid=$uid" title='$full_title' target="_blank">$title</A></p>
3.调人才招聘数据
SQL语句
SELECT * FROM p8_business_hr_jobs WHERE 1 order by posttime DESC LIMIT 10
参考风格样式:
<div style="line-height:180%;">·<A HREF="/jobsshow.php?id=$rs[jobs_id]" target='_blank' style="$fontcolor;$fontweight">$title</a> (<A HREF="">$username</A>)</div>
4.调求职数据
SQL语句
SELECT * FROM p8_business_hr_resume WHERE 1 order by posttime DESC LIMIT 10
参考风格样式:
<div style="background:url($webdb[www_url]/images/default/ico-3.gif) no-repeat 0px 3px;padding-left:10px;height:15px;border-bottom:1px dotted #E4E4E4;margin-top:3px;"> <A HREF="/resumeshow.php?id=$rs[re_id]" target="_blank" style="$fontcolor;$fontweight">$title</A></div>更新于:2021-11-19 23:21
赞一波!
相关文章
- 【说站】python类如何实例化对象
- LinkWeChat开源系统
- 【说站】python类变量和实例变量的对比
- 【说站】java数组中元素求和的实例
- 每一个程序员,都希望能成为分布式系统架构师
- 【说站】java实例变量是什么?
- 游戏陪玩系统语音聊天系统商业版源码安装教程
- 【说站】python系统内置方法如何获取
- 【说站】Java如何创建类型实例
- 【说站】python os怎样处理系统文件
- php语法技巧代码实例
- thinkphp怎么用model?ThinkPHP中实例Model方法的区别说明
- 系统架构7个非功能性需求
- 如何使用JavaScript从字符串中删除HTML标签?
- 如何在 JavaScript 中使用正则表达式删除 HTML 标签?
- HTML5 语义化标签
- mac 系统 homebrew 管理 PHP
- 小程序中商家入驻提醒、新订单提醒
- TP6.0 空控制器: 健壮系统服务
- 系统的讲解网站的优化
文章评论
评论问答