<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>Php/Mysql</title>
<link>/edu/wlbc/php/index.html</link>
<description>站长学院 / 网络编程 / Php/Mysql</description>
<language>zh-cn</language>
<generator>Copyright &amp;#169; 2007 - 2008 www.Czz5.com All Rights Reserved&lt;br/&gt;
投稿信箱:c-xiumu@163.com 责任主编QQ:123000117 咨询热线:0416-7500341&lt;br/&gt;</generator>
<webmaster>c-xiumu@163.com</webmaster>
<item>
    <title>使用PHP脚本修改Linux或Unix系统口令</title>
    <link>http://czz5.com/edu/wlbc/php/20080825/5653.html</link>
    <description>需要的工具和安装: 你必须安装下面的工具和软件: 修改口令的Shell脚本; Sudo 访问权; Apache or Lighttpd web 服务器; PHP服务端程序。 步骤1: 安装可以修改用户口令的shell脚本 该脚本可以实</description>
    <pubDate>2008-08-25</pubDate>
    <category>Php/Mysql</category>
    <author>编辑整理</author>
</item>
<item>
    <title>php配置文件php.ini的中文注释版</title>
    <link>http://czz5.com/edu/wlbc/php/20080825/5652.html</link>
    <description>这个文件控制了PHP许多方面的观点。为了让PHP读取这个文件，它必须被命名为 ; acute;php.iniacute;。PHP 将在这些地方依次查找该文件：当前工作目录；环境变量PHPRC ; 指明的路径；编译时指定</description>
    <pubDate>2008-08-25</pubDate>
    <category>Php/Mysql</category>
    <author>编辑整理</author>
</item>
<item>
    <title>php对gb编码动态转utf-8编码的几种方法评测</title>
    <link>http://czz5.com/edu/wlbc/php/20080825/5651.html</link>
    <description>在《IP地址-地理位置转换的测评》一文中提到用ip2addr函数直接读取IP数据库文件是效率最高的，相比用MySQL数据库存储IP 数据，用SQL查询是效率最低的。但是IP数据库文件QQWry.dat是GB2312编码</description>
    <pubDate>2008-08-25</pubDate>
    <category>Php/Mysql</category>
    <author>编辑整理</author>
</item>
<item>
    <title>《PHP设计模式介绍》第十三章 适配器模式</title>
    <link>http://czz5.com/edu/wlbc/php/20080825/5618.html</link>
    <description>上文: 《PHP设计模式介绍》第十二章 装饰器模式 接口的改变，是一个需要程序员们必须（虽然很不情愿）接受和处理的普遍问题。程序提供者们修改他们的代码;系统库被修正;各种程序语言以及相关库</description>
    <pubDate>2008-08-25</pubDate>
    <category>Php/Mysql</category>
    <author>phpchina infi_image</author>
</item>
<item>
    <title>Perl操作mysql数据库的方法</title>
    <link>http://czz5.com/edu/wlbc/php/20080818/5456.html</link>
    <description>Perl对Mysql的操作。 一、标准操作 1、连接、关闭 my $dbh = DBI-connect(DBI:mysql:database=DBname;host=localhost,user,pwd, {RaiseError = 1}); $dbh-disconnect(); 2、类似插入等无返回操</description>
    <pubDate>2008-08-18</pubDate>
    <category>Php/Mysql</category>
    <author>编辑整理</author>
</item>
<item>
    <title>Perl处理日期时间的技巧</title>
    <link>http://czz5.com/edu/wlbc/php/20080818/5455.html</link>
    <description>表示日期的方式多种多样： 18 Jan 1973 ，18/01/1973 ，01/18/1973 ，Jan 18 1973 ，18-01-73 ，18-01-1973 ，01/73，其中一些格式含义不清(如01-06-1973是表示6月1日呢，还是表示1月6日呢？)</description>
    <pubDate>2008-08-18</pubDate>
    <category>Php/Mysql</category>
    <author>编辑整理</author>
</item>
<item>
    <title>php的curl实现get和post </title>
    <link>http://czz5.com/edu/wlbc/php/20080818/5454.html</link>
    <description>类似于dreamhost这类主机服务商，是显示fopen的使用的。使用php的curl可以实现支持FTP、FTPS、HTTP HTPPS SCP SFTP TFTP TELNET DICT FILE和LDAP。curl 支持SSL证书、HTTP POST、HTTP PUT 、FT</description>
    <pubDate>2008-08-18</pubDate>
    <category>Php/Mysql</category>
    <author>编辑整理</author>
</item>
<item>
    <title>《PHP设计模式介绍》第十二章 装饰器模式</title>
    <link>http://czz5.com/edu/wlbc/php/20080815/5396.html</link>
    <description>上文： 《PHP设计模式介绍》第十一章 章代理模式 若你从事过面向对象的php开发，即使很短的时间或者仅仅通过本书了解了一些，你会知道，你可以 通过继承改变或者增加一个类的功能，这是所有面</description>
    <pubDate>2008-08-15</pubDate>
    <category>Php/Mysql</category>
    <author>phpchina HRTSEA</author>
</item>
<item>
    <title>PHP自动适应范围的页码分页程序</title>
    <link>http://czz5.com/edu/wlbc/php/20080807/5226.html</link>
    <description>效果图： 记得以前看到过一个页码方式的分页效果，页码数多了折行继续显示一直到60多页，呵呵！有点影响美观！ 于是写了一个，可以自动适应范围的页码分页程序 也就是说，页码格式如下 1 2 3 4</description>
    <pubDate>2008-08-07</pubDate>
    <category>Php/Mysql</category>
    <author>蓝色理想 fonqing</author>
</item>
<item>
    <title>PHP设置COOKIE保留时间为浏览器进程</title>
    <link>http://czz5.com/edu/wlbc/php/20080806/5202.html</link>
    <description>例如： 以下为引用的内容： ?php $USERID=PHPer; $CookieTime=0; setcookie(USERID, $USERID, time()+$CookieTime,/,pcpchina.com); ? 你会发现这个语句执行过后，Cookie里什么也没有，到下一</description>
    <pubDate>2008-08-06</pubDate>
    <category>Php/Mysql</category>
    <author>Daygood 浪子</author>
</item>
<item>
    <title>使用.htaccess来帮助你防止图片盗链</title>
    <link>http://czz5.com/edu/wlbc/php/20080806/5201.html</link>
    <description>先解释一下图片防盗链和转向： 图片防盗链有什么用？ 防止其它网站盗用你的图片，浪费你宝贵的流量。 图片转向有什么用？ 如果你的网站以图片为主，哪天发现月底没到流量就快用光了，那就可以</description>
    <pubDate>2008-08-06</pubDate>
    <category>Php/Mysql</category>
    <author>DayGood 浪子</author>
</item>
<item>
    <title>实现dedecms图集单击图片翻页的功能</title>
    <link>http://czz5.com/edu/wlbc/php/20080806/5200.html</link>
    <description>题记：在很多相册的网站中，都有这样的功能：当图片分多页显示的情况下，点击图片会自动翻页到下一张图片，接下来我们在dedecms4中实现这个功能。以下是实现方法： 1、为了实现这个功能，我们首</description>
    <pubDate>2008-08-06</pubDate>
    <category>Php/Mysql</category>
    <author>www.blog-dragon.com/2007/12/de</author>
</item>
<item>
    <title>PHP读取RSS feed源代码 可读取多个源</title>
    <link>http://czz5.com/edu/wlbc/php/20080806/5199.html</link>
    <description>因为网站需要读取不同来源的rss feed，写了一个php程序来循环读取rss feed，为了方便阅读及了解程序实现过程，加上了注释，和大家共同学习。而助易网的rss读取就是在这个程序的基础上稍做改造</description>
    <pubDate>2008-08-06</pubDate>
    <category>Php/Mysql</category>
    <author>肥龙龙博客</author>
</item>
<item>
    <title>《PHP设计模式介绍》第十一章 章代理模式</title>
    <link>http://czz5.com/edu/wlbc/php/20080805/5181.html</link>
    <description>上文： 《PHP设计模式介绍》第十章 规范模式 因为某个对象消耗太多资源,而且你的代码并不是每个逻辑路径都需要此对象, 你曾有过延迟创建对象的想法吗 ( if和else就是不同的两条逻辑路径) ? 你</description>
    <pubDate>2008-08-05</pubDate>
    <category>Php/Mysql</category>
    <author>phpchina mikale</author>
</item>
<item>
    <title>《PHP设计模式介绍》第十章 规范模式</title>
    <link>http://czz5.com/edu/wlbc/php/20080803/5122.html</link>
    <description>上文： 《PHP设计模式介绍》第九章 观测模式 在一个应用软件的成型过程中，一些意想不到的商业逻辑到处出现。比如，基于价格的考虑，这个任务必须减少项目；而那个任务也因为销售税而必须选择</description>
    <pubDate>2008-08-03</pubDate>
    <category>Php/Mysql</category>
    <author>飞凤</author>
</item>
<item>
    <title>《PHP设计模式介绍》第九章 观测模式</title>
    <link>http://czz5.com/edu/wlbc/php/20080803/5121.html</link>
    <description>上文： 《PHP设计模式介绍》第八章 迭代器模式 些面向对象的编程方式，提供了一种构建对象间复杂网络互连的能力。当对象们连接在一起时，它们就可以相互提供服务和信息。 通常来说，当某个对象</description>
    <pubDate>2008-08-03</pubDate>
    <category>Php/Mysql</category>
    <author>秩名</author>
</item>
<item>
    <title>《PHP设计模式介绍》第八章 迭代器模式</title>
    <link>http://czz5.com/edu/wlbc/php/20080727/4942.html</link>
    <description>上文： 《PHP设计模式介绍》第七章 策略模式 类中的面向对象编程封装应用逻辑。类，就是实例化的对象，每个单独的对象都有一个特定的身份和状态。单独的对象是一种组织代码的有用方法，但通常</description>
    <pubDate>2008-07-27</pubDate>
    <category>Php/Mysql</category>
    <author>phpchina bmli</author>
</item>
<item>
    <title>《PHP设计模式介绍》第七章 策略模式</title>
    <link>http://czz5.com/edu/wlbc/php/20080727/4941.html</link>
    <description>上文： 《PHP设计模式介绍》第六章 伪对象模式 在编写面向对象的代码的时，有些时候你需要一个能够自己根据不同的条件来引入不同的操作对象实例。例如，一个菜单功能能够根据用户的皮肤首选项</description>
    <pubDate>2008-07-27</pubDate>
    <category>Php/Mysql</category>
    <author>hosander</author>
</item>
<item>
    <title>Windows环境下Apache与Tomcat共存</title>
    <link>http://czz5.com/edu/wlbc/php/20080727/4940.html</link>
    <description>准备工作 ： 1、 Apache 2.2.4 下载地址： http://cztele1.skycn.com/down/apache_2.2.4-win32-x86-no_ssl.zip 2、 Tomcat 6.0.16 下载地址： http://apache.mirror.phpchina.co ... e-tomcat-</description>
    <pubDate>2008-07-27</pubDate>
    <category>Php/Mysql</category>
    <author>蓝色理想 yydyao</author>
</item>
<item>
    <title>PHP程序开发的原则汇总</title>
    <link>http://czz5.com/edu/wlbc/php/20080722/4838.html</link>
    <description>你不必严格遵守这些原则，违背它们也不会被处以宗教刑罚。但你应当把这些原则看成警铃，若违背了其中的一条，那么警铃就会响起 。 ----- Arthur J.Riel (1)所有数据都应该隐藏在所在的类的内部</description>
    <pubDate>2008-07-22</pubDate>
    <category>Php/Mysql</category>
    <author>网络收集</author>
</item>
<item>
    <title>详解php5编程中的异常处理</title>
    <link>http://czz5.com/edu/wlbc/php/20080710/4544.html</link>
    <description>1 首先是try,catch ?php $path = D:\\in.txt; try //检测异常 { file_open($path); } catch(Exception $e) //捕获异常 { echo $e-getMessage(); } function file_open($path) { if(!file_exi</description>
    <pubDate>2008-07-10</pubDate>
    <category>Php/Mysql</category>
    <author>网络收集</author>
</item>
<item>
    <title>PHPnow轻松打造专业PHP服务器环境</title>
    <link>http://czz5.com/edu/wlbc/php/20080710/4493.html</link>
    <description>在自己的电脑上搭建虚拟主机呢？ 完全由自己掌控着，而且要支持什么有什么，自己配置。 搭建 PHP 其实不很难，只是有点繁琐。要是自己搭建一次 PHP + MySQL 环境很是费时。更糟的是，很多新手在</description>
    <pubDate>2008-07-10</pubDate>
    <category>Php/Mysql</category>
    <author>天空软件站</author>
</item>
<item>
    <title>php ajax用户注册检测代码</title>
    <link>http://czz5.com/edu/wlbc/php/20080703/4193.html</link>
    <description>php ajax用户注册检测代码 index.php 复制PHP内容到剪贴板 PHP代码:tr td width=25% class=altbg1nbsp;nbsp;用 户 名font color=red*/fontbr //td td input size=25 name=username type=text v</description>
    <pubDate>2008-07-03</pubDate>
    <category>Php/Mysql</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>php经典分页函数 适合初学才</title>
    <link>http://czz5.com/edu/wlbc/php/20080703/4192.html</link>
    <description>?php header(Content-type: text/html;charset=GBK);//输出编码,避免中文乱码 $page=isset($_GET['page'])?intval($_GET['page']):1; //这句就是获取page=18中的page的值，假如不存在page，那</description>
    <pubDate>2008-07-03</pubDate>
    <category>Php/Mysql</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>《PHP设计模式介绍》第六章 伪对象模式</title>
    <link>http://czz5.com/edu/wlbc/php/20080702/4125.html</link>
    <description>上文： 《PHP设计模式介绍》第五章 注册模式 面向对象的编程之所以丰富多彩，部分是由于对象间的相互联系与作用。一个单一的对象就能封装一个复杂的子系统，使那些很复杂的操作能够通过一些方</description>
    <pubDate>2008-07-02</pubDate>
    <category>Php/Mysql</category>
    <author>phpchina wangyun522</author>
</item>
<item>
    <title>《PHP设计模式介绍》第五章 注册模式</title>
    <link>http://czz5.com/edu/wlbc/php/20080630/4030.html</link>
    <description>上文： 《PHP设计模式介绍》第四章 单条模式 我们通常认为避免使用全局变量是一种好的选择,因此，对象经常被作为参数从一段代码传递到另一段。但是传递实例的一个问题就是对象有时候不知道将要</description>
    <pubDate>2008-06-30</pubDate>
    <category>Php/Mysql</category>
    <author>phpchina HRTSEA</author>
</item>
<item>
    <title>PHP正则表达式中的特殊字符</title>
    <link>http://czz5.com/edu/wlbc/php/20080626/3966.html</link>
    <description>字符/ 意义：对于字符，通常表示按字面意义，指出接着的字符为特殊字符，不作解释。 例如：/b/匹配字符b,通过在b 前面加一个反斜杠，也就是/b/，则该字符变成特殊字符，表示 匹配一个单词的分</description>
    <pubDate>2008-06-26</pubDate>
    <category>Php/Mysql</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>PHP删除MYSQL数据库中所有表的代码</title>
    <link>http://czz5.com/edu/wlbc/php/20080626/3964.html</link>
    <description>如果不想删除库,只想删除库里的所有表,那就用这个脚本吧呵呵 很方便的. .?php $hostname ='localhost'; $userid = 'user'; $password = 'password'; $dbname = 'dbname'; $connect = mysql_con</description>
    <pubDate>2008-06-26</pubDate>
    <category>Php/Mysql</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>解决PHP中不能使用exec(),system(),shell_system()</title>
    <link>http://czz5.com/edu/wlbc/php/20080626/3955.html</link>
    <description>PHP中不能使用exec(),system(),shell_system()等函数的解决方法。 WINDOWS+IIS环境下，由于权限的设置一般不能执行exec(),system(),shell_system()这三个函数,一般抱错Warning: exec() [functi</description>
    <pubDate>2008-06-26</pubDate>
    <category>Php/Mysql</category>
    <author>网络收集</author>
</item>
<item>
    <title>PHP正则表达式从url中获取域名</title>
    <link>http://czz5.com/edu/wlbc/php/20080626/3953.html</link>
    <description>以下代码可以从URL中获得域名 例如:http://yyoo.cn/live/q.html 得到yyoo.cn function get_domain($url){ $pattern = /[w-]+.(com|net|org|gov|cc|biz|info|cn)(.(cn|hk))*/; preg_match($p</description>
    <pubDate>2008-06-26</pubDate>
    <category>Php/Mysql</category>
    <author>一直很安静</author>
</item>
<item>
    <title>《PHP设计模式介绍》第四章 单条模式</title>
    <link>http://czz5.com/edu/wlbc/php/20080626/3923.html</link>
    <description>上文： 《PHP设计模式介绍》第三章 工厂模式 几乎所有面向对象的程序中，总有一两个资源被创建出来，在程序应用中持续被共享使用。例如，这样的一个资源，在一个电子商务程序的数据库连接中使</description>
    <pubDate>2008-06-26</pubDate>
    <category>Php/Mysql</category>
    <author>phpchina forest</author>
</item>
<item>
    <title>创建XML Http Request对象2个的方法</title>
    <link>http://czz5.com/edu/wlbc/php/20080624/3862.html</link>
    <description>方法一：推荐 // 创建一个布尔型变量 var xmlhttp = false; // 检查使用的是否为IE浏览器 try{ // 如果JS的版本大于5 xmlhttp = new ActiveXObject(Msxml2.XMLHTTP); alert(You are using Micr</description>
    <pubDate>2008-06-24</pubDate>
    <category>Php/Mysql</category>
    <author>网络收集</author>
</item>
<item>
    <title>使用PHP+MYSQL实现网站在线人数统计</title>
    <link>http://czz5.com/edu/wlbc/php/20080624/3861.html</link>
    <description>网站在线人数的程序代码，后台有MySQL(和PHP搭配之最佳组合)数据库支持。可以直接统计出网站当前的在线人数。 首先是创建MySQL(和PHP搭配之最佳组合)数据库表。 CREATE TABLE tablename ( fiel</description>
    <pubDate>2008-06-24</pubDate>
    <category>Php/Mysql</category>
    <author>网络收集</author>
</item>
<item>
    <title>新手教学:apache与php基本配置</title>
    <link>http://czz5.com/edu/wlbc/php/20080613/3491.html</link>
    <description>1、APACHE的日志主要分为错误日志与访问日志。 2、apache错误日志目录的设置：/etc/apache2/apache2.conf 约170行左右 ErrorLog /var/log/apache2/error.log 错误日志将保存在error.log中 Erro</description>
    <pubDate>2008-06-13</pubDate>
    <category>Php/Mysql</category>
    <author>网页教学网</author>
</item>
<item>
    <title>PHP正则表达式提取超链接及其标题方法</title>
    <link>http://czz5.com/edu/wlbc/php/20080611/3343.html</link>
    <description>有这么一段HTML，比较不规则的，如果要提取其中的链接地址和链接名称，怎么弄？ //HTML $str = 'a id=top8 href=http://list.mp3.baidu.com/song/A.htm?top8 class=p14 target=_top歌曲列表/ab</description>
    <pubDate>2008-06-11</pubDate>
    <category>Php/Mysql</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>详解PHP中的Date()函数</title>
    <link>http://czz5.com/edu/wlbc/php/20080611/3342.html</link>
    <description>相关文章： 详解关于PHP+MYSQL网站开发中时间的问题 1，年-月-日 echo date('Y-m-j'); 2007-02-6 echo date('y-n-j'); 07-2-6 大写Y表示年四位数字，而小写y表示年的两位数字； 小写m表示月份</description>
    <pubDate>2008-06-11</pubDate>
    <category>Php/Mysql</category>
    <author>秩名</author>
</item>
<item>
    <title>详解关于PHP+MYSQL网站开发中时间的问题</title>
    <link>http://czz5.com/edu/wlbc/php/20080611/3341.html</link>
    <description>PHP+MYSQL网站开发中关于时间的问题，看看当遇到时间的问题时，该如何处理呢？ PHP和MYSQL中没有像ASP和MSSQL那样有DateDiff这个函数直接比较，MYSQL5.0已经支持DateDiff了，但是4.x还不支持。</description>
    <pubDate>2008-06-11</pubDate>
    <category>Php/Mysql</category>
    <author>网页教学网</author>
</item>
<item>
    <title>关于WIN2003+IIS6+PHP5根目录无法运行PHP程序的问题</title>
    <link>http://czz5.com/edu/wlbc/php/20080610/3252.html</link>
    <description>WIN2003+IIS6+PHP5根目录无法运行PHP程序。 环境：WIN2003+IIS6+PHP5 上传PHP程序到服务器，只能在目录中运行，无法在网站根目录运行，为这个问题，整整找了三天的原因，最后发现还是目录权限</description>
    <pubDate>2008-06-10</pubDate>
    <category>Php/Mysql</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>《PHP设计模式介绍》第三章 工厂模式</title>
    <link>http://czz5.com/edu/wlbc/php/20080607/3208.html</link>
    <description>在面向对象编程中, 最通常的方法是一个new操作符产生一个对象实例,new操作符就是用来构造对象实例的。但是在一些情况下, new操作符直接生成对象会带来一些问题。举例来说, 许多类型对象的创造</description>
    <pubDate>2008-06-07</pubDate>
    <category>Php/Mysql</category>
    <author>h058</author>
</item>
<item>
    <title>详解UCenter Home二次开发指南</title>
    <link>http://czz5.com/edu/wlbc/php/20080521/2402.html</link>
    <description>前言 本文将就UCH二次开发这个核心主题，以各种实现的代码为主，辅助部分说明概略的讲解如何针对UCH进行二次开发。过段时间UCH就开源了，准备到时候再详细的写篇UCH机制分析。 顺便说下，这篇</description>
    <pubDate>2008-05-21</pubDate>
    <category>Php/Mysql</category>
    <author>网络收集</author>
</item>
<item>
    <title>讲解PHP文件缓存的性能测试</title>
    <link>http://czz5.com/edu/wlbc/php/20080521/2401.html</link>
    <description>前言 ： 在开发MooPHP的过程中，为了寻找更为高效的缓存方式，对两种最常用的缓存方式进行了测试。 PHP常用缓存方式 ： 第一种，把需要缓存的数据进行处理，形成PHP可以直接执行的文件。在需要</description>
    <pubDate>2008-05-21</pubDate>
    <category>Php/Mysql</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>谈一谈新手如何学习PHP</title>
    <link>http://czz5.com/edu/wlbc/php/20080514/2098.html</link>
    <description>文章开头就列举了那么多联系方式，难免会让大家感觉有点AD的意味，但是不容质疑的是，默默的确有那么丁点的表现欲^_^，虽然有时候过于细致会被人说婆妈，但是幸好这种细致对于编程来说，还是蛮有益的！ 从默默自己</description>
    <pubDate>2008-05-14</pubDate>
    <category>Php/Mysql</category>
    <author>默默</author>
</item>
<item>
    <title>PHP的语言层面的优化和代码优化</title>
    <link>http://czz5.com/edu/wlbc/php/20080505/1788.html</link>
    <description>大规模的系统开发中，Cache无疑是至关重要的，php世界里，虽然不如java当中，有那么丰富的cache解决方案可以选择，但是，仍然有一些成熟的方案，从《advanced PHP programming》中我就学到了如下一些： 1、语言层面</description>
    <pubDate>2008-05-05</pubDate>
    <category>Php/Mysql</category>
    <author>网页教学网</author>
</item>
<item>
    <title>php编程中遇到的cookie的问题</title>
    <link>http://czz5.com/edu/wlbc/php/20080505/1786.html</link>
    <description>以前我们刚写PHP的时候，做后台，需要管理员身份认证。一般用COOKIE这么做的，特别是刚接触PHP的PHP爱好者： admin/login.php PHP代码: if(用户名密码正确) { setcookie('admin',1,time()+36400); echo '登录成功';</description>
    <pubDate>2008-05-05</pubDate>
    <category>Php/Mysql</category>
    <author>网页教学网</author>
</item>
<item>
    <title>初学PHP最困惑的十四个问题</title>
    <link>http://czz5.com/edu/wlbc/php/20080423/1571.html</link>
    <description>【1】页面之间无法传递变量get,post,session在最新的PHP版本中自动全局变量是关闭的，所以要从上一页面取得提交过来得变量要使用$_GET['foo'],$_POST['foo'],$_S</description>
    <pubDate>2008-04-23</pubDate>
    <category>Php/Mysql</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>php文件操作基本代码详解</title>
    <link>http://czz5.com/edu/wlbc/php/20080423/1570.html</link>
    <description>PHP中提供了一系列的I/O函数，能简捷地实现我们所需要的功能，包括文件系统操作和目录操作（如复制[copy]）。下面给大家介绍的是基本的文件读写操作：（１）读</description>
    <pubDate>2008-04-23</pubDate>
    <category>Php/Mysql</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>正则表达式学习笔记</title>
    <link>http://czz5.com/edu/wlbc/php/20080414/1211.html</link>
    <description>最近在学习正则，一些比较有用的东西怕忘记，记下来，比较乱，想一条记录一条： //匹配文本，这个偶尔比较好用，但是要小心字符中包含E $str = '[a-z]'; $str</description>
    <pubDate>2008-04-14</pubDate>
    <category>Php/Mysql</category>
    <author>深空</author>
</item>
<item>
    <title>php设计模式介绍之值对象模式 5</title>
    <link>http://czz5.com/edu/wlbc/php/20080411/1136.html</link>
    <description>PHP4样本代码 ： 和PHP5不一样的是，PHP4赋值对象资源的时候是拷贝该对象，这个语法的特点本质上和值对象设计模式要求正好吻合。 然而，PHP4不能控制的属性和方</description>
    <pubDate>2008-04-11</pubDate>
    <category>Php/Mysql</category>
    <author>phpchina</author>
</item>
<item>
    <title>php设计模式介绍之值对象模式 4</title>
    <link>http://czz5.com/edu/wlbc/php/20080411/1135.html</link>
    <description>另一个重要的概念是对象Monopoly中的租金支付。让我们首先写一个测试实例（测试引导开发）。下面的代码希望用来实现既定的目标。 function TestRent() { $game</description>
    <pubDate>2008-04-11</pubDate>
    <category>Php/Mysql</category>
    <author>phpchina</author>
</item>
<item>
    <title>php设计模式介绍之值对象模式 3</title>
    <link>http://czz5.com/edu/wlbc/php/20080411/1134.html</link>
    <description>详细例子 ： 让我们在一下更加复杂的例子中查看值对象模式的功能。 让我们开始实现一个的基于PHP5中Dollar类中的一个Monopoly游戏。 第一个类Monopoly的框架如</description>
    <pubDate>2008-04-11</pubDate>
    <category>Php/Mysql</category>
    <author>phpchina</author>
</item>
<item>
    <title>php设计模式介绍之值对象模式 2</title>
    <link>http://czz5.com/edu/wlbc/php/20080411/1133.html</link>
    <description>问题 ： 那么，你该如何为Date或Dollar这样一些描述简单的应用定义一个高效的类，并且易于创建呢。 解决方案 ： 高效的对象应该像PHP的整型那样运作：如果你把</description>
    <pubDate>2008-04-11</pubDate>
    <category>Php/Mysql</category>
    <author>phpchina</author>
</item>
<item>
    <title>php设计模式介绍之值对象模式</title>
    <link>http://czz5.com/edu/wlbc/php/20080411/1132.html</link>
    <description>上文： 《PHP设计模式介绍》第一章 编程惯用法 在所有的最简单的程序中，大多数对象都有一个标识，一个重要的商业应用对象，例如一个Customer或者一个SKU，有一</description>
    <pubDate>2008-04-11</pubDate>
    <category>Php/Mysql</category>
    <author>phpchina</author>
</item>
<item>
    <title>php设计模式介绍之编程惯用法 3</title>
    <link>http://czz5.com/edu/wlbc/php/20080411/1131.html</link>
    <description>上文 ： 《PHP设计模式介绍》第一章 编程惯用法 2 其他实践 下面还有集中其他的实践习惯值得提及到的，也值得加入到你自己的编程习惯里面的。 UML 统一建模语言</description>
    <pubDate>2008-04-11</pubDate>
    <category>Php/Mysql</category>
    <author>phpchina</author>
</item>
<item>
    <title>php设计模式介绍之编程惯用法 2</title>
    <link>http://czz5.com/edu/wlbc/php/20080411/1130.html</link>
    <description>上文 ： 《PHP设计模式介绍》第一章 编程惯用法 重构 即使最有思想性且最熟练的程序员也不能预见一个软件项目中的任何细微之处。问题总是出乎意外的出现，需求</description>
    <pubDate>2008-04-11</pubDate>
    <category>Php/Mysql</category>
    <author>phpchina</author>
</item>
<item>
    <title>php教程：php设计模式之编程惯用法</title>
    <link>http://czz5.com/edu/wlbc/php/20080411/1129.html</link>
    <description>上文 ： 《PHP设计模式介绍》导言 学习一门新的语言意味着要采用新的惯用法。这章将介绍或者可能重新强调一些惯用法。你会发现这些惯用法在你要在代码中实现设</description>
    <pubDate>2008-04-11</pubDate>
    <category>Php/Mysql</category>
    <author>phpchina</author>
</item>
<item>
    <title>php教程：php设计模式之前言</title>
    <link>http://czz5.com/edu/wlbc/php/20080411/1128.html</link>
    <description>当你在不断的试图从你的应用程序中发现新的特征时，你是否发现你提出的解决方法和一些以前你已经实现的东西是如此的类似呢？如果你是一个程序员（即使你才 开始</description>
    <pubDate>2008-04-11</pubDate>
    <category>Php/Mysql</category>
    <author>phpchina</author>
</item>
<item>
    <title>用PHP与XML联手进行网站编程</title>
    <link>http://czz5.com/edu/wlbc/php/20080409/1045.html</link>
    <description>一、小序 HTML简单易学又通用，一般的PHP程序就是嵌入在HTML语言之中实现的。但是随着WEB越来越广泛的应用，HTML的弱点也越来越明显了。XML的出现，弥补了这些</description>
    <pubDate>2008-04-09</pubDate>
    <category>Php/Mysql</category>
    <author>中国站长网</author>
</item>
<item>
    <title>用PHP和PEAR比较文件内容提交输出</title>
    <link>http://czz5.com/edu/wlbc/php/20080409/1044.html</link>
    <description>在UNIX中，如果有必要比较两个或多个文本文件，许多开发者借助于diff程序。几乎所有UNIX产品都默认提供这个程序，它逐行比较文件内容，并以各种输出格式显示文件</description>
    <pubDate>2008-04-09</pubDate>
    <category>Php/Mysql</category>
    <author>秩名</author>
</item>
<item>
    <title>浅谈PHP验证用户信息输入</title>
    <link>http://czz5.com/edu/wlbc/php/20080409/1043.html</link>
    <description>大多数有经验的Web开发人员都非常清楚任何Web应用程序最薄弱的安全点是它的窗体。这是因为Web窗体的接口往往都直接连接到应用程序的数据库或者算法上，因此哪怕</description>
    <pubDate>2008-04-09</pubDate>
    <category>Php/Mysql</category>
    <author>开发者</author>
</item>
<item>
    <title>Zend Platform性能监控案例研究</title>
    <link>http://czz5.com/edu/wlbc/php/20080409/1042.html</link>
    <description>总览： 每月超过 4000 万页的印刷量并且以每年 30% 的速度增长， sueddeutsche.de 是德国最大的在线质量新闻的网站。 sueddeutsche.de 提供新闻，分类广告和数</description>
    <pubDate>2008-04-09</pubDate>
    <category>Php/Mysql</category>
    <author>中国站长网</author>
</item>
<item>
    <title>利用PHP的SQLite扩展开发能力</title>
    <link>http://czz5.com/edu/wlbc/php/20080407/873.html</link>
    <description>PHP 5.x的一个创新之举是加入了SQLite数据库引擎。SQLite是一个基于文件的、功能齐全的可移植数据库引擎，它能够被用来进行绝大多数SQL操作而不会加重客户端－</description>
    <pubDate>2008-04-07</pubDate>
    <category>Php/Mysql</category>
    <author>开发者在线</author>
</item>
<item>
    <title>利用Xdebug和Komodo调试PHP应用程序</title>
    <link>http://czz5.com/edu/wlbc/php/20080407/872.html</link>
    <description>了解Xdebug 和Komodo 的配置用来在服务器上调试PHP 程序。 在编写应用程序时，出色的开发人员使用优秀的工具进行开发和设计。对使用PHP编写基于Web的应用来说同</description>
    <pubDate>2008-04-07</pubDate>
    <category>Php/Mysql</category>
    <author>开发者在线</author>
</item>
<item>
    <title>如何使用强大的PHP函数对数组进行排序</title>
    <link>http://czz5.com/edu/wlbc/php/20080407/871.html</link>
    <description>如果你已经使用了一段时间PHP的话，那么，你应该已经对它的数组比较熟悉了这种数据结构允许你在单个变量中存储多个值，并且可以把它们作为一个集合进行操作。 经</description>
    <pubDate>2008-04-07</pubDate>
    <category>Php/Mysql</category>
    <author>开发者在线</author>
</item>
<item>
    <title>了解PHP处理复杂数学问题的10个PEAR类</title>
    <link>http://czz5.com/edu/wlbc/php/20080407/870.html</link>
    <description>如果你具有数学知识背景，你可能已经意识到PHP中并不具备处理高等数学概念复杂数字、分数、多项式、统计数据和矩阵的特殊函数。 但是，这种缺陷可以由PEAR，PHP</description>
    <pubDate>2008-04-07</pubDate>
    <category>Php/Mysql</category>
    <author>中国站长网</author>
</item>
<item>
    <title>轻松修复Discuz!数据库</title>
    <link>http://czz5.com/edu/wlbc/php/20080403/787.html</link>
    <description>各位站长经常会遇到的数据库损坏的错误，错误来了就去面对，不要慌张，瞎着急是没有用的。其实熟悉Discuz! 的朋友都知道，Discuz! 后台自带数据库修复工具的，</description>
    <pubDate>2008-04-03</pubDate>
    <category>Php/Mysql</category>
    <author>秩名</author>
</item>
<item>
    <title>使用PHP的日期与时间函数提高开发技巧</title>
    <link>http://czz5.com/edu/wlbc/php/20080328/630.html</link>
    <description>不管他们是习惯显示当前服务器时间还是记录下一个数据库条目实例，对任何网络开发人员来说，PHP的日期与时间函数都是他们工具包的一个重要组成部分。 但任何工</description>
    <pubDate>2008-03-28</pubDate>
    <category>Php/Mysql</category>
    <author>秩名</author>
</item>
<item>
    <title>用PHP写MySQL数据库用户认证系统</title>
    <link>http://czz5.com/edu/wlbc/php/20080328/629.html</link>
    <description>用户认证的原理很简单：首先需要用户在页面上填入用户名和密码，当然没注册的用户需要先注册。然后调用数据库搜索是否有相应的用户。如果有就确认，没有则提醒用</description>
    <pubDate>2008-03-28</pubDate>
    <category>Php/Mysql</category>
    <author>秩名</author>
</item>
<item>
    <title>PHP在Web开发领域的优势</title>
    <link>http://czz5.com/edu/wlbc/php/20080328/628.html</link>
    <description>在多数WEB开发者眼中，ASP和JSP都被认为是领跑者，而PHP却被认为是个弱小的挣扎者，或者说它是一门被贬低为业余者才使用的语言，不值得参与企业Web开发的竞争。</description>
    <pubDate>2008-03-28</pubDate>
    <category>Php/Mysql</category>
    <author>秩名</author>
</item>
<item>
    <title>PHP动态网站开发中常用的8个小技巧</title>
    <link>http://czz5.com/edu/wlbc/php/20080328/627.html</link>
    <description>PHP是一种用于创建动态WEB页面的服务端脚本语言。如同ASP和ColdFusion，用户可以混合使用PHP和HTML编写WEB页面，当访问者浏览到该页面时，服务端会首先对页面中</description>
    <pubDate>2008-03-28</pubDate>
    <category>Php/Mysql</category>
    <author>秩名</author>
</item>
<item>
    <title>PHP实例：上传多个图片并校验的代码</title>
    <link>http://czz5.com/edu/wlbc/php/20080328/626.html</link>
    <description>单张的图片上传是不复杂的，这里涉及到多张图片上传和对图片格式的校验，保证上传的一定是图片，防止上传其他文件到服务器。 基本实现算法是使用数组的形式，把</description>
    <pubDate>2008-03-28</pubDate>
    <category>Php/Mysql</category>
    <author>秩名</author>
</item>
<item>
    <title>php过滤危险html代码</title>
    <link>http://czz5.com/edu/wlbc/php/20080325/409.html</link>
    <description>用PHP过滤html里可能被利用来引入外部危险内容的代码。有些时候，需要让用户提交html内容，以便丰富用户发布的信息，当然，有些可能造成显示页面布局混乱的代码</description>
    <pubDate>2008-03-25</pubDate>
    <category>Php/Mysql</category>
    <author>秩名</author>
</item>
<item>
    <title>利用PHP制作简单的内容采集器</title>
    <link>http://czz5.com/edu/wlbc/php/20080325/408.html</link>
    <description>采集器，通常又叫小偷程序，主要是用来抓取别人网页内容的。关于采集器的制作，其实并不难，就是远程打开要采集的网页，然后用正则表达式将需要的内容匹配出来，</description>
    <pubDate>2008-03-25</pubDate>
    <category>Php/Mysql</category>
    <author>秩名</author>
</item>
<item>
    <title>PHP常用的正则表达式</title>
    <link>http://czz5.com/edu/wlbc/php/20080325/407.html</link>
    <description>正则表达式用于字符串处理、表单验证等场合，实用高效。本文收集了一些常用的表达式： 匹配中文字符的正则表达式： [u4e00-u9fa5] 评注：匹配中文还真是个头</description>
    <pubDate>2008-03-25</pubDate>
    <category>Php/Mysql</category>
    <author>秩名</author>
</item>
<item>
    <title>PHP做Web项目的优缺点</title>
    <link>http://czz5.com/edu/wlbc/php/20080325/406.html</link>
    <description>PHP的优点： 1. 跨平台，性能优越，跟Linux/Unix结合别跟Windows结合性能强45%，并且和很多免费的平台结合非常省钱，比如LAMP(Linux/Apache/Mysql/PHP)或者FAMP</description>
    <pubDate>2008-03-25</pubDate>
    <category>Php/Mysql</category>
    <author>秩名</author>
</item>
<item>
    <title>PHP和IIS 7.0的FastCGI模块</title>
    <link>http://czz5.com/edu/wlbc/php/20080322/102.html</link>
    <description>我 过去 写过几个博客帖子，都是写 IIS 7.0 是多么地酷的。我的很多帖子着重于 IIS7 给 ASP.NET 和 .NET 开发人员带来的新机遇，譬如集成的管道模型，统一的web</description>
    <pubDate>2008-03-22</pubDate>
    <category>Php/Mysql</category>
    <author>秩名</author>
</item>

</channel>
</rss>
