<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>PHP</title>
<link>/program/php/index.html</link>
<description>程序设计 / PHP</description>
<language>zh-cn</language>
<generator>&lt;a href='http://www.nixsky.com' target='_blank'&gt;Power by nixsky&lt;/a&gt;</generator>
<webmaster>haibo.d@gmail.com</webmaster>
<item>
    <title>关于PHP操作文件的一些FAQ总结</title>
    <link>/program/php/2007-12/318.html</link>
    <description>PHP中对各类数据库的操作有着支持，对文件的操作也同样有着很丰富的操作方法，很多朋友现在的操作还是基于文件操作 答：PHP并没有提供这样的操作方法，不过我们可以通过组合使用，以下代码演示我们将删除文件&quot;test.dat&quot;中的第三行数据（test.datw</description>
    <pubDate>2007-12-29</pubDate>
    <category>PHP</category>
    <author>杨宗威</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>
<item>
    <title>PHP中$_SERVER的详细用法</title>
    <link>/program/php/2007-11/255.html</link>
    <description>PHP中$_SERVER的详细用法</description>
    <pubDate>2007-11-30</pubDate>
    <category>PHP</category>
    <author>秩名</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>
<item>
    <title>php分页处理</title>
    <link>/program/php/2007-03/24.html</link>
    <description>假设我们要处理1000条数据，要在每页中显示10条，这样的话就会分100页来显示，咱们先看一看在mysql里提取10条信息是如何操作的。 Select * from table limit 0,10 上面是一句很简单的mysql查询语句，它的作用是从一个名叫table的表里提取10条数据，并且把所有字段的值</description>
    <pubDate>2007-03-06</pubDate>
    <category>PHP</category>
    <author>秩名</author>
    <comments>Nixsky linux,bsd,unix</comments>
</item>
<item>
    <title>PHP 中的批处理</title>
    <link>/program/php/2007-03/5.html</link>
    <description>如果 Web 应用程序中的一个特性需要超过 1 秒或 2 秒才能完成，那么应该怎么办？需要某种离线处理解决方案。学习几种对 PHP 应用程序中长时间运行的作业进行离线服务的方法。
</description>
    <pubDate>2007-03-03</pubDate>
    <category>PHP</category>
    <author>Jack D. Herrington</author>
    <comments>IBM DW中国</comments>
</item>

</channel>
</rss>
