网站代码 全部小写

[不指定 2007/06/24 23:08 | by sunle ]
网站代码 全部小写 以符合标准

SQL调用某个栏目的信息

[不指定 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]
Tags: ,
本次安装所使用到的相关软件如下:
操作系统: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!等产品

安装步骤如下:
Tags: , , , , ,

如何只调用某字段的新闻

[不指定 2007/06/18 10:14 | by sunle ]
新建立了个
新闻语录,[!--yulu--]


select  *  from  phome_ecms_news  where  yulu='值'  and  checked=1  order  by  id  limit  ...
Tags: ,

随机调用5条信息的SQL 标签

[不指定 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
Tags: ,

SQL替换内容

[不指定 2007/06/17 17:00 | by sunle ]

UPDATE  `phome_ecms_news`  SET  `newstext`  =  replace  (`newstext`,'要替换的内容','替换成的内容')
Tags: ,

迅雷专用链

[不指定 2007/06/14 08:28 | by sunle ]

<!--

<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]?>为真实地址
Tags: ,

不同浏览器下显示文字

[不指定 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>
分页: 14/17 第一页 上页 9 10 11 12 13 14 15 16 17 下页 最后页 [ 显示模式: 摘要 | 列表 ]