<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>php技巧</title>
<link>/html/edu/php/php3/index.html</link>
<description>编程开发 / PHP / php技巧</description>
<language>zh-cn</language>
<generator>&lt;a href='http://www.souzz.net' target='_blank'&gt;搜站长&lt;/a&gt;</generator>
<webmaster>lyjrich@sina.com</webmaster>
<item>
    <title>PHP技巧：详解phplib模板使用过程及运行原理</title>
    <link>/html/edu/php/php3/38269.html</link>
    <description>详解phplib模板使用过程及运行原理 index.htm文件内容： html head body !-- BEGIN RowSort -- {SortList}br !-- END RowSort -- /body /head /html index.php内容： ? $t-set_file (&quot;Index&quot;, &quot;index.htm&quot;); $t-set_block(&quot;Index&quot;, &quot;RowSort&quot;, &quot;RowsSort&quot;); ..........</description>
    <pubDate>2007-07-15</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>PHP中的sprintf()函数的学习研究笔记</title>
    <link>/html/edu/php/php3/38268.html</link>
    <description>sprintf 将字串格式化。 语法: string sprintf(string format, mixed [args]...); 传回值: 字串 函式种类: 资料处理 内容说明 本函式用来将字串格式化。参数 format 是转换的格式，以百分比符号 % 开始到转换字符为止。而在转换的格式间依序包括了 1. 填空字元。0 的话</description>
    <pubDate>2007-07-15</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>详细讲解PHP编程中分页显示的制作</title>
    <link>/html/edu/php/php3/38270.html</link>
    <description>详细讲解PHP编程中分页显示的制作 1、前言 分页显示是一种非常常见的浏览和显示大量数据的方法，属于web编程中最常处理的事件之一。对于web编程的老手来说，编写这种代码实在是和呼吸一样自然，但是对于初学者来说，常常对这个问题摸不着头绪，因此特地撰写此文对这个</description>
    <pubDate>2007-07-15</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>PHP实例：用PHP简单实现多条件查询</title>
    <link>/html/edu/php/php3/35069.html</link>
    <description>在我们的网站设计过程中，经常会用到多条件查询，本文的源码是一个二手房屋查询的例子。在本例中，我们要实现能够通过地理位置，物业类型，房屋价格，房屋面积及信息发布日期等多个条件查询到客户所需的资料。 查询文件（search.php） 一、生成查询语句： ? $conn=mysq</description>
    <pubDate>2007-06-28</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>技巧：PHP的优化，缓冲，压缩实际的解决方案</title>
    <link>/html/edu/php/php3/35049.html</link>
    <description>本文提出了实用的PHP的优化，缓冲，压缩实际的解决方案。 作为流行的 Web 编程语言， PHP 的最大优势就是速度。 PHP4 已经在这方面做的非常好了，你几乎找不到比它更快的脚本编程语言了。但是如果你的应用负荷很大，而带宽又比较小，或者有其他的瓶颈影响你的服务器性</description>
    <pubDate>2007-06-28</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>小结：PHP编程过程中应当注意的各种注意事项</title>
    <link>/html/edu/php/php3/35050.html</link>
    <description>最近一段时间，PHP凭借其功能强大，简单易用的特点被越来越多的人们所喜爱和接受，成为目前最为流行的脚本编程语言之一。本文将结合用户在使用PHP过程中经常容易出现的问题，包括语法错误，程序运行错误以及逻辑错误等展开详细的介绍，希望能够对那些目前正在学习PHP语</description>
    <pubDate>2007-06-28</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>PHP程序处理网页表单的GET和POST方法另外用法</title>
    <link>/html/edu/php/php3/35051.html</link>
    <description>有时候我们需要保留GET和POST参数在下一页或者其他用途上传递！ 工作上的方便于是我写了这样的代码！ 希望大家多多交流！ ? /* 程序设计： 林建炫(飘枫设计室) made in 珠海 by 2007-03-24 QQ: 5818500 Email: linzhenxuan@163.com 请勿删除该版权信息 用途：保留和修</description>
    <pubDate>2007-06-28</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>网络摘编</comments>
</item>
<item>
    <title>实例学习PHP程序对用户身份认证实现两种方法</title>
    <link>/html/edu/php/php3/35052.html</link>
    <description>用户在设计和维护站点的时候，经常需要限制对某些重要文件或信息的访问。通常，我们可以采用内置于WEB服务器的基于HTTP协议的用户身份验证机制。 当访问者浏览受保护页面时，客户端浏览器会弹出对话窗口要求用户输入用户名和密码，对用户的身份进行验证，以决定用户是</description>
    <pubDate>2007-06-28</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>技巧文集：PHP如何禁止图片文件的被盗链</title>
    <link>/html/edu/php/php3/35068.html</link>
    <description>1、假设充许连结图片的主机域名为：www.test.com 2、修改httpd.conf SetEnvIfNoCase Referer &quot;^http://www.test.com/&quot; local_ref=1 FilesMatch &quot;.(gif|jpg)&quot; Order Allow,Deny Allow from env=local_ref /FilesMatch 这个简单的应用不光可以解决图片盗链的问题，稍加修</description>
    <pubDate>2007-06-28</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>PHP基础：PHP4和PHP5的配置异同比较</title>
    <link>/html/edu/php/php3/35070.html</link>
    <description>配置php4或者php5的过程中，php4，5的配置的步骤大致一样的，但是配置内容有一些差别。在LINUX等环境下编译，一般来说，只要编译的选项正确，配置也就正确了；在windows配置则需要注意以下不同点： 1. php4ts.dll 和 php5ts.dll 这个文件要拷贝到apache的bin目录下或者</description>
    <pubDate>2007-06-28</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>技巧：PHP+MYSQL动态网页编程纠错指南</title>
    <link>/html/edu/php/php3/35071.html</link>
    <description>关于数据库在WEB编程当中，数据库的作用已经越来越不容忽视。提到数据库，应当说PHP具有非常强大的数据库支持功能，从FileMaker到 Oracle，几乎与所有的数据库系统都可以实现无缝连接。为了方便本文的讲解，我们将主要以MySQL为例进行说明。不过对于其它的数据库应用也</description>
    <pubDate>2007-06-28</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>常用技巧：用PHP控制您的浏览器cache</title>
    <link>/html/edu/php/php3/35072.html</link>
    <description>Output Control 函数可以让你自由控制脚本中数据的输出。它非常地有用，特别是对于：当你想 在数据已经输出后，再输出文件头的情况。输出控制函数不对使用 header() 或 setcookie(), 发送的文件头信息产生影响,只对那些类似于 echo() 和 PHP 代码的数据块有作用。 我们</description>
    <pubDate>2007-06-28</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>PHP技巧：优化动态网页技术PHP程序的12条技巧</title>
    <link>/html/edu/php/php3/35073.html</link>
    <description>1、Ifamethodcanbestatic,declareitstatic.Speedimprovementisbyafactorof4. 1、如果一个函数可以声明为静态的，那么就用静态的，速度是改进的一个因素4. 2、#Avoidmagiclike__get,__set,__autoload 2、避免使用__get,__set,__autoload等魔术函数 3、require_once()isex</description>
    <pubDate>2007-06-28</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>动态网页技术PHP程序中包含文件问题</title>
    <link>/html/edu/php/php3/35074.html</link>
    <description>如果你目前着手的web站点开发项目规模较大，那你对代码重用必定深有体会，比方说，不管是html还是php代码块，只要项目足够大，比如有1000个web页，你即便是一年只修改一次包含版权信息的页脚也会让你痛不欲生。 而php可以通过一些函数帮助你重用代码，你要具体用到的函</description>
    <pubDate>2007-06-28</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>动态网页技术PHP写mail函数的注意事项</title>
    <link>/html/edu/php/php3/34778.html</link>
    <description>今天看书，看到mail函数，就自己练着写了个简单的程序。 ?php $tomail='webmaster@webjx.com' ; $name='webjx'; $text='webjx.com is a very good web!!'; if(mail($tomail,$name,$text)) //函数有5个参数前3个是必填参数。第一个参数表示目的地址，第二个 参数表示为</description>
    <pubDate>2007-06-15</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>PHP和MYSQL制作动态网站开发经验之谈</title>
    <link>/html/edu/php/php3/34771.html</link>
    <description>一.10个经验 1.不要依赖register_global=ON的环境，从你刚懂得配置php运行环境甚至尚不明白register_global的ON/OFF会对自己有什么影响的那天起，就应该勇敢地把它设为OFF. 2.写程序前看看怎么用error_reporting. 3.不懂就问本身没错，但你需要在那之前查查手册。 4.当</description>
    <pubDate>2007-06-15</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>技巧：PHP关于中文汉字替换与模式匹配的问题</title>
    <link>/html/edu/php/php3/34770.html</link>
    <description>这两天正在做一个关键字加亮显示的程序，写好的程序在本地测试也跑得好好的，可是一上去页面就出现一堆一堆的乱码，别说加亮了，简直就是没的看！ 我就找错误，找来找去，发现英文没有问题，遇到汉字容易出问题，有的时候遇到汉字必出问题。 总结一下： 当使用模式匹配</description>
    <pubDate>2007-06-15</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>技巧：PHP原版HTML编码器溢出问题的解决</title>
    <link>/html/edu/php/php3/34767.html</link>
    <description>PHP5.1.6、4.4.4及以前版本中，在查找关于“htmlspecialchars() and htmlentities() ”相关字符编码的时候，当UTF-8编码被选择的时候可能会触发一个可能的缓冲器溢出。 “While we were searching for a hole in htmlspecialchars() and htmlentities() to bypass the e</description>
    <pubDate>2007-06-15</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>学习PHP小结：PHP编程中常用的三则技巧</title>
    <link>/html/edu/php/php3/34763.html</link>
    <description>1.配置PHP文件目录 作为服务器端解释执行的脚本语言,PHP程序放置在某个服务器可以访问的目录下，一般可以通过修改Apache的httpd.conj进行配置，例如我们在该文件中的一句： Alias /test/ &quot;d:brhpwebsitebrhp/&quot; 那么在浏览器端输入：“http://localhost/test/+PHP文件名</description>
    <pubDate>2007-06-15</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>实用技巧 利用Apache实现禁止图片盗链</title>
    <link>/html/edu/php/php3/34790.html</link>
    <description>1、假设充许连结图片的主机域名为： www. souzz.net 2、修改httpd.conf SetEnvIfNoCase Referer &quot;^/&quot; local_ref=1 FilesMatch &quot;.(gif|jpg)&quot; Order Allow,Deny Allow from env=local_ref /FilesMatch 这个简单的应用不光可以解决图片盗链的问题，稍加修改还可以防止任意</description>
    <pubDate>2007-06-15</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>PHP动态网页编程：include()与require()的对比</title>
    <link>/html/edu/php/php3/34791.html</link>
    <description></description>
    <pubDate>2007-06-15</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>小结：几点提高php序运行效率的方法</title>
    <link>/html/edu/php/php3/34792.html</link>
    <description>1、用i+=1代替i=i+1。符合c/c++的习惯，效率还高。 2、尽可能的使用PHP内部函数。自己编写函数之前要详细查阅手册，看有没有相关的函数，否则费力不讨好。 3、能使用单引号字符串尽量使用单引号字符串。单引号字符串的效率要高于双引号字符串。 4、用foreach代替while</description>
    <pubDate>2007-06-15</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>总结：表单复选框向PHP传输数据的研究</title>
    <link>/html/edu/php/php3/34793.html</link>
    <description>表单复选框就是checkbox 1、checkbox的应用 input type=&quot;checkbox&quot; name=&quot;ch&quot; value=&quot;2&quot; 2、由于我传输的是在php循环中产生的数组，因此value也要设成变量： ?php for($i=0;$i10;$i++){ ? input type=&quot;checkbox&quot; name=&quot;ch[]&quot; value=&quot;?=$i;?&quot; input type=&quot;text&quot; name=&quot;t</description>
    <pubDate>2007-06-15</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>PHP小技巧：避免表单的重复提交的方法</title>
    <link>/html/edu/php/php3/34794.html</link>
    <description>你是否遇到过“重复提交”的问题？要解决这个问题其实并不难。这里有一个简单的方法避免同一表单的重复提交。 首先，我们可以定义一个session变量用来保存一个表单的提交序列号。这里我定义为“$userLastAction”。 然后在表单里加入一个hidden变量，把值设为$userLast</description>
    <pubDate>2007-06-15</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>应用技巧：动态网页中直接不让访问PHP程序文件</title>
    <link>/html/edu/php/php3/34797.html</link>
    <description>由于我们有需要用到某些php文件,而又不希望别人直接访问这个文件,我们可以在其他包含文件比如global.php中定义一个参数,在被访问页面data.php前面判断是否定义了该参数,没有定义则禁止访问 在global.php中定义 ?php define('ROOT','./'); ? 在data.php文件中判断： ? /</description>
    <pubDate>2007-06-15</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>入门知识：动态网页PHP编程中字符串5个技巧</title>
    <link>/html/edu/php/php3/34804.html</link>
    <description>字符串 注意单引号和双引号的区别 注意转义字符的使用 ,&quot;,$ 注意使用8进制或16进制字符表示 xf6 echo &quot;Hxf6me&quot;;//需要察看是否支持此类文字编码 ---------------------输出结果---------------------------------------- H鰉e ---------------------------------------</description>
    <pubDate>2007-06-15</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>七种缓存使用武器 为网站应用和访问加速</title>
    <link>/html/edu/php/php3/34812.html</link>
    <description>Web应用中缓存的七种武器： 1 数据库的缓存 通常数据库都支持对查询结果的缓存，并且有复杂的机制保证缓存的有效性。对于MySQL,Oracle这样的数据库，通过合理配置缓存对系统性能带来的提升是相当显著的。 2 数据连接驱动的缓存。 诸如PHP的ADODB，J2EE的连接驱动，甚至</description>
    <pubDate>2007-06-15</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>用PHP脚本在Linux系统上读取输入和对文</title>
    <link>/html/edu/php/php3/34660.html</link>
    <description>Perl作为Linux系统命令行脚本的首选解释语言的日子一去不复返了。今天，我们有了更多的选择，包括Python、Ruby和PHP。如果你已经为网站编写PHP代码，并熟谙这种语言，那么你会发现，在命令行使用PHP的速度之快，效果之好令人惊奇。 在脚本中，任何脚本语言的一个最大功</description>
    <pubDate>2007-06-14</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>Builder.com.cn</comments>
</item>
<item>
    <title>vim下高亮显示php代码</title>
    <link>/html/edu/php/php3/34659.html</link>
    <description></description>
    <pubDate>2007-06-14</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>在PHP中使用正则表达式进行查找替换</title>
    <link>/html/edu/php/php3/33843.html</link>
    <description>首先需要声明的是，其实我对正则的应用也不是特别地熟练，只不过是在工作中“被逼无奈”才一步步地对正则有了一些了解。随着对正则的了解越多，越来越发现正则表达式真的是一个很强有力的工具，使用正则，很多时候都可以事半功倍。 网上流传着很多通用的正则，比如说查</description>
    <pubDate>2007-05-31</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>http://wfyang.51cto.com/blog/65117/28637</comments>
</item>
<item>
    <title>在CakePHP 1.2 中实现多语言支持——i18n 和 L10n 的使用简述</title>
    <link>/html/edu/php/php3/33733.html</link>
    <description></description>
    <pubDate>2007-05-29</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>如何利用php获得网卡的硬件地址</title>
    <link>/html/edu/php/php3/33732.html</link>
    <description></description>
    <pubDate>2007-05-29</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>用Php如何操作LDAP</title>
    <link>/html/edu/php/php3/33582.html</link>
    <description>1 LDAP是什么 LDAP是一个用来发布目录信息到许多不同资源的协议。通常它都作为一个集中的地址本使用，不过根据组织者的需要，它可以做得更加强大。 LDAP最基本的形式是一个连接数据库的标准方式。该数据库为读查询作了优化。因此它可以很快地得到查询结果，不过在其它</description>
    <pubDate>2007-05-23</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>用PHP生成访客计数器</title>
    <link>/html/edu/php/php3/33581.html</link>
    <description>现在，上网的人越来越多，许多网友尝试着制作自己的主页，访客计数器是必不可少的一部分。虽然很多网站提供免费的计数器，可毕竟不是自己亲手制作的？有的朋友可能认为它很难，不敢去尝试，其实有了PHP这个工具，它并不难，甚至可以说它很容易。 首先，让我来谈一谈访</description>
    <pubDate>2007-05-23</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>phpchina</comments>
</item>
<item>
    <title>缓存PHP页面的代码，可以减轻CPU和MYSQL负担</title>
    <link>/html/edu/php/php3/33583.html</link>
    <description>使用前，先在根目录创建“cache”文件夹，然后运行1.php，第一次运行和第二次运行速度差异很大。 欢迎熟悉PHP的朋友使用和提意见。 使用方法：（请保存为1.php） CODE: ? include('arrcache.php'); $cache = new ArrCache('cache',5,'txt'); for ($i=0;$i5;$i++) { ech</description>
    <pubDate>2007-05-23</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>变量的变量,PHP和你</title>
    <link>/html/edu/php/php3/33580.html</link>
    <description>在我最近做的一个项目中，我发现了一个新的概念，关于在PHP中使用变量的变量。在我的程序中，我需要在一个页面同时更新多个记录，在我经?嗟背な奔涞耐纯嗨妓髦?螅?院Ｖ信既坏厣料殖隽吮淞康谋淞浚?ariable variable）这一概念，所有的困惑就一扫而光了。 介绍 什么叫作</description>
    <pubDate>2007-05-23</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>php5学习笔记</title>
    <link>/html/edu/php/php3/33579.html</link>
    <description>/* +-------------------------------------------------------------------------------+ | = 本文为Haohappy读Core PHP Programming | = 中Classes and Objects一章的笔记 | = 翻译为主+个人心得 | = 为避免可能发生的不必要的麻烦请勿转载,谢谢 | = 欢迎批评指正,希</description>
    <pubDate>2007-05-23</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>phpchina</comments>
</item>
<item>
    <title>亲密接触Discuz！NT之开源篇</title>
    <link>/html/edu/php/php3/33578.html</link>
    <description>很多用户就Discuz!NT是否开源的问题展开了激烈的讨论，不少人希望官方能够将新产品开源。现在我们再次给关心开源问题的朋友一个明确的答案：Discuz!NT将于正式版完善后免费开放源代码，并将逐步发布源代码配套说明文档和二次开发范本，帮助用户根据自己的喜好添加自己个</description>
    <pubDate>2007-05-23</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>eNet</comments>
</item>
<item>
    <title>亲密接触Discuz！NT之平台篇</title>
    <link>/html/edu/php/php3/33577.html</link>
    <description>网络技术日新月异，正所谓长江后浪推前浪，多年前微软公司所发布的ASP（Active Server Page），如今也面临着被微软现在所力推的ASP.NET代替的窘境。事实上，自Windows2003开始，系统自带的IIS6就已经默认开启ASP.NET而禁止ASP，这证明了微软已经停止了ASP的开发，转而大</description>
    <pubDate>2007-05-23</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>eNet</comments>
</item>
<item>
    <title>亲密接触Discuz！NT之管理篇</title>
    <link>/html/edu/php/php3/33575.html</link>
    <description>为了庆祝公司基于ASP.net平台的社区软件发布第一个正式版本，我们还特地为站长准备了一个Windows下的桌面客户端工具软件，这也是目前已知的全球第一个专门给社区站长使用的社区专用管理客户端工具，它让使用Discuz!NT软件搭建论坛的站长可以更快捷的设置和管理自己的论</description>
    <pubDate>2007-05-23</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>eNet</comments>
</item>
<item>
    <title>亲密接触Discuz！NT之传承篇</title>
    <link>/html/edu/php/php3/33576.html</link>
    <description>说起Discuz!NT，就不得不先提起同为COMSENZ旗下的另一款引领国内社区论坛软件市场的权威产品Discuz!。Discuz! 拥有六年发展历史，全球用户超过三十万。其代码质量、运行效率、负载能力、安全等级、功能可操控性和权限严密性等方面都在广大用户中有良好的口碑。 Discuz!N</description>
    <pubDate>2007-05-23</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>eNet</comments>
</item>
<item>
    <title>亲密接触Discuz！NT之功能篇</title>
    <link>/html/edu/php/php3/33574.html</link>
    <description>Discuz!NT继承了Discuz!产品的传统优势，并在此基础之上充分挖掘了ASP.net平台的特殊潜能，进行了更加完善的设计。Discuz!N v1.0除了具备了完善的界面设置、浏览、回复、发贴、后台权限设置、积分设置等论坛软件所应有的全部基本功能之外，还加入了众多功能创新和贴心设</description>
    <pubDate>2007-05-23</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>eNet</comments>
</item>
<item>
    <title>亲密接触Discuz！NT之架构篇</title>
    <link>/html/edu/php/php3/33573.html</link>
    <description>考虑到用户的实际应用需求和面向未来的软件开发理念，Discuz!NT在设计和开发之初就构建了优良的架构，大大提高了软件的伸缩性、可扩展性和重用性。本架构除了使Discuz!NT自身结构更为清晰和更易于维护以外，也为用户进行二次开发和完善论坛个性化提供了极大的方便。 Di</description>
    <pubDate>2007-05-23</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>eNet硅谷动力</comments>
</item>
<item>
    <title>建立灵巧结构的PHP程序</title>
    <link>/html/edu/php/php3/33584.html</link>
    <description>很早就想写这篇文章了，但一直没有时间完成它。不是说我来告诉大家如何做，我更希望本文只是做为一个引子，与大家来讨论关于如何建立一个有效地、灵活的网络应用程序。 经过了2－3年的网络应用程序开发工作，我的开发经验变得更加生动了，回过头来看我以前为Geocrawler</description>
    <pubDate>2007-05-23</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>在 PHP 中用描点法“绘制”中文</title>
    <link>/html/edu/php/php3/33585.html</link>
    <description>前言： 现在，越来越多的人喜欢上网了，越来越多的人拥有了自己的个人主页。随着各种自动化软件工具的出现，制作网页越来越简单。但，由于特效随处可得，创新的东西，越来越少。说不定，哪天，你会发现某个网站上的计数器和自己的一模一样。网页越做越老练。网页上的东</description>
    <pubDate>2007-05-23</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>PHP 验证码登陆校验</title>
    <link>/html/edu/php/php3/33596.html</link>
    <description>前几天看见DEV-CLUB实行了验证码登陆校验.昨晚在PHP中进行了实现.欢迎大家和我讨论 polygame@163.net 原理:生成一个图片,并且保存图片中显示的字符到SESSION.在登陆时判断输入的校验码是否和SESSION中校验码相同. 演示地址: http://www.bingdu.net/bbs/ 这是生成校验码</description>
    <pubDate>2007-05-23</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>PHP+AJAX2级联动下拉列表（简单好用）</title>
    <link>/html/edu/php/php3/33598.html</link>
    <description>由于大4了，接下来要忙找工作和学校一些繁琐的事情，接下来的1，2个月可能没有时间写原创作品，今晚再弄一个，希望大家喜欢，别忘了支持我哦！^_^。这次给大家展示的是非常常用的一个ajax功能－－联动下拉列表，本程序采用2级联动，根据数据库的内容用ajax处理下拉列表</description>
    <pubDate>2007-05-23</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>phpchina</comments>
</item>
<item>
    <title>PHP＋AJAX实现无刷新注册（带用户名实时检测）</title>
    <link>/html/edu/php/php3/33597.html</link>
    <description>很多时候，我们在网上注册个人信息，在提交完页面后，总得等待页面刷新来告诉我们注册是否成功，遇到网络差的时候，如果注册了一大串的东西，在经过漫长的等待页面刷新后，得到的确是“您的用户名已被使用”或XXXXXXX不合法，我想大家的心情一定特别不爽，今天就介绍个</description>
    <pubDate>2007-05-23</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>php中如何避免sql注入攻击</title>
    <link>/html/edu/php/php3/33595.html</link>
    <description></description>
    <pubDate>2007-05-23</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>如何增加一个系统用户</title>
    <link>/html/edu/php/php3/33594.html</link>
    <description></description>
    <pubDate>2007-05-23</pubDate>
    <category>php技巧</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>

</channel>
</rss>
