SQL调用某个栏目的信息
[
2007/06/21 08:17 | by sunle ]
2007/06/21 08:17 | by sunle ]
[ecmsinfo]"select * from phome_ecms_news where classid=38 order by id desc limit 10",10,30,0,24,17,0[/ecmsinfo]
Windows Vista IIS7.0+PHP523+Mysql5041+Zend326+phpmyadmin2102环境组建教程
[
2007/06/20 16:35 | by sunle ]
2007/06/20 16:35 | by sunle ]
本次安装所使用到的相关软件如下:
操作系统:Windows Vista IIS7.0
PHP版本:php 5.2.3
Mysql版本:mysql 5.0.41
Zend版本:ZendOptimizer 3.2.6
phpMyAdmin版本:phpMyAdmin 2.10.0.2
最终实现效果:实现在用户本机环境下测试与调试Ecms Discuz!等产品
安装步骤如下:
操作系统:Windows Vista IIS7.0
PHP版本:php 5.2.3
Mysql版本:mysql 5.0.41
Zend版本:ZendOptimizer 3.2.6
phpMyAdmin版本:phpMyAdmin 2.10.0.2
最终实现效果:实现在用户本机环境下测试与调试Ecms Discuz!等产品
安装步骤如下:
如何只调用某字段的新闻
[
2007/06/18 10:14 | by sunle ]
2007/06/18 10:14 | by sunle ]
新建立了个
新闻语录,[!--yulu--]
新闻语录,[!--yulu--]
select * from phome_ecms_news where yulu='值' and checked=1 order by id limit ...
随机调用5条信息的SQL 标签
[
2007/06/17 17:13 | by sunle ]
2007/06/17 17:13 | by sunle ]
[ecmsinfo]"select * from phome_ecms_news where classid=2 order by rand() Limit 5",5,20,0,24,4,1[/ecmsinfo]
http://bbs.phome.net/showthread-13-23044.html
UPDATE `phome_ecms_news` SET `newstext` = replace (`newstext`,'要替换的内容','替换成的内容')
<!--
<script src="http://pstatic.xunlei.com/js/webThunderDetect.js&q...
<?php require("encode.inc"); ?>
<?php
$thunderUrl = ThunderEncode("http://下载地址");
echo "<script>OnDownloadClick('".$thunderUrl."','',location.href,'03726',2,'',false)</script>";
?>
-->
<?=$showdown_r[1]?>为真实地址
<script src="http://pstatic.xunlei.com/js/webThunderDetect.js&q...
<?php require("encode.inc"); ?>
<?php
$thunderUrl = ThunderEncode("http://下载地址");
echo "<script>OnDownloadClick('".$thunderUrl."','',location.href,'03726',2,'',false)</script>";
?>
-->
<?=$showdown_r[1]?>为真实地址
不同浏览器下显示文字
[
2007/06/13 16:09 | by sunle ]
2007/06/13 16:09 | by sunle ]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&...
<style>
div {
color:pink; /* -- FF -- */
+color:green; /* -- IE7 -- */
_color:red; /* -- IE6 -- */
\color:blue; /* -- IE5 -- */
}
</style>
<div>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</div>
<style>
div {
color:pink; /* -- FF -- */
+color:green; /* -- IE7 -- */
_color:red; /* -- IE6 -- */
\color:blue; /* -- IE5 -- */
}
</style>
<div>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</div>







