查询栏目关键词并且输出
<?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'];
?>
![图片[1]-帝国cmsPHP查询栏目关键字/简介并且输出显示-HostJL-VPS主机交流](https://www.hostjl.com/wp-content/hctimg/20220928/1661271420-159182973094dae364.jpg)
© 版权声明
THE END










暂无评论内容