查询栏目关键词并且输出
<?php $cr=$empire->fetch1("select classpagekey from phome_enewsclass where classid='".$GLOBALS[navclassid]."' limit 1");
echo $cr['classpagekey'];
?>
或者:
<?php $cr=$empire->fetch1("select classpagekey from phome_enewsclass where classid='".$GLOBALS[navclassid]."' limit 1");
?>
<?=$cr['classpagekey']?>
查询栏目简介并且输出:
<?php $cr=$empire->fetch1("select intro from phome_enewsclass where classid='".$GLOBALS[navclassid]."' limit 1");
echo $cr['intro'];
?>
常见问题FAQ
- 免费下载或者VIP会员专享资源能否直接商用?
- 本站所有资源版权均属于原作者所有,这里所提供资源均只能用于参考学习用,请勿直接商用。若由于商用引起版权纠纷,一切责任均由使用者承担。更多说明请参考 VIP介绍。
- 提示下载完但解压或打开不了?
- 找不到素材资源介绍文章里的示例图片?
- 模板不会安装或需要功能定制以及二次开发?
发表评论