<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>PHP</title>
<link>/html/edu/php/index.html</link>
<description>编程开发 / 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>将SSH与PHP相连接 确保传输数据的安全</title>
    <link>/html/edu/php/php5/39228.html</link>
    <description>SSH可以通过将联机的封包加密的技术进行资料的传递;使用SSH可以把传输的所有数据进行加密，即使有人截获到数据也无法得到有用的信息。同时数据经过压缩，大大地加快了传输的速度。总之，通过SSH的使用，可以确保资料传输比较安全并且传输效率较高。 不过，并非所有人知</description>
    <pubDate>2007-08-30</pubDate>
    <category>php应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>PHP+MYSQL实例：网站在线人数的程序代码</title>
    <link>/html/edu/php/php5/39214.html</link>
    <description>网站在线人数的程序代码，后台有MYSQL数据库支持。可以直接统计出网站当前的在线人数</description>
    <pubDate>2007-08-27</pubDate>
    <category>php应用</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>PHP名词库</title>
    <link>/html/edu/php/php1/39076.html</link>
    <description>更多ＰＨＰ专题访问 什么是PHP？ php是Hypertext Preprocessor的缩写，php是一种内嵌HTML的脚本语言。PHP的独特语法混合了c,java和perl及PHP式的新语法。这门语言的的目标是让网页开发人员快速的写出动态的网页。 什么是PHPer？ PHP programmer，指编写PHP的程序员 什</description>
    <pubDate>2007-08-23</pubDate>
    <category>php基础</category>
    <author>秩名</author>
    <comments>PHPChina</comments>
</item>
<item>
    <title>PHP5手动最简安装方法</title>
    <link>/html/edu/php/php2/38900.html</link>
    <description>系统要求 win2000 advanced server iis5.0 php5rc2 第一步 当然是先要从 http://cn.php.net/get/php-5.0.3-Win32.zip/from/a/mirror 上下个php-5.0.3-Win32.zip回来。偶下的是php-5.0.3RC2-Win32.zip其实和php-5.0.3-Win32.zip差不多就少了两注册表文件,不过根本用不上</description>
    <pubDate>2007-08-15</pubDate>
    <category>php安装</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>PHP企业解决方案_ZendStudio调试功能使用说明</title>
    <link>/html/edu/php/php5/38886.html</link>
    <description>前言 ZendStudio（以下简称ZDE）是专业开发人员在使用PHP的整个开发周期中唯一的集成开发环境 (IDE)，它包括了PHP所有必须的开发部件。通过一整套编辑、调试、分析、优化和数据库工具，ZDE加速开发周期，并简化复杂的应用方案。 本文讲述的是ZDE最为突出的三个功能，分</description>
    <pubDate>2007-08-14</pubDate>
    <category>php应用</category>
    <author>Hosander</author>
    <comments>《PHPer》杂志</comments>
</item>
<item>
    <title>编程乱码问题初步探索</title>
    <link>/html/edu/php/php5/38887.html</link>
    <description>相信很多朋友在写程序的过程中都受到过乱码的骚扰，那么今天我就这个问题来同大家探讨一下。 乱码的问题分为很多种，很多人一见到有乱码就开始骂mysql，其实很多情况下并不是mysql造成的。 从乱码产生的原因来分析，乱码的产生一般有以下几种情况。 1、网页编码与程序</description>
    <pubDate>2007-08-14</pubDate>
    <category>php应用</category>
    <author>马顺仁</author>
    <comments>《PHPer》杂志</comments>
</item>
<item>
    <title>ThinkTemplate模板引擎的设计和使用</title>
    <link>/html/edu/php/php5/38885.html</link>
    <description>在PHP开发的过程中，我们会接触到很多的模板引擎，包括FastTemplate、SmartTemplate、Smarty、tinybutstrong等，通常都是为了满足MVC开发模式的表现层需要，让显示和逻辑可以更好的分离（当然，现在的模板引擎越做越强大，甚至开始介入M）。有了模板引擎，开发者可以专</description>
    <pubDate>2007-08-14</pubDate>
    <category>php应用</category>
    <author>流  年</author>
    <comments>《PHPer》杂志</comments>
</item>
<item>
    <title>PHP面向对象技术(全面讲解)</title>
    <link>/html/edu/php/php5/38884.html</link>
    <description>本部分一共包括以下一些技术点： 1.面向对象的概念 2.什么是类，什么是对象，类和对象这间的关系 3.什么是面向对象编程呢？ 4.如何抽象出一个类？ 5.如何实例化对象？ 6.如何去使用对象中的成员？ 7.特殊的引用“$this”的使用 8.构造方法与析构方法 9.封装性 10.__set</description>
    <pubDate>2007-08-14</pubDate>
    <category>php应用</category>
    <author>高洛峰</author>
    <comments>《PHPer》杂志</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中的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技巧：详解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预定义变量之服务器变量</title>
    <link>/html/edu/php/php5/35058.html</link>
    <description>$_SERVER 预定义变量 服务器变量：$_SERVER 注: 在 PHP 4.1.0 及以后版本使用。之前的版本，使用 $HTTP_SERVER_VARS。 $_SERVER 是一个包含诸如头部(headers)、路径(paths)和脚本位置(script locations)的数组。数组的实体由 web 服务器创建。不能保证所有的服务器都能</description>
    <pubDate>2007-06-28</pubDate>
    <category>php应用</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>动态网页PHP程序中文件上传的安全问题</title>
    <link>/html/edu/php/php5/35059.html</link>
    <description>PHP自动支持基于RFC 1867的文件上载，我们看下面的例子： FORM METHOD=&quot;POST&quot; ENCTYPE=&quot;multipart/form-data&quot; INPUT TYPE=&quot;FILE&quot; NAME=&quot;hello&quot; INPUT TYPE=&quot;HIDDEN&quot; NAME=&quot;MAX_FILE_SIZE&quot; VALUE=&quot;10240&quot; INPUT TYPE=&quot;SUBMIT&quot; /FORM 上面的代码让用户从本地机器选择一个</description>
    <pubDate>2007-06-28</pubDate>
    <category>php应用</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>学习PHP动态网页技术收集的几个有用函数</title>
    <link>/html/edu/php/php5/35060.html</link>
    <description>很有用的一些函数，你可以作为源码保存，然后以后避免重复编写。 文件读取函数 //文件读取函数 function PHP_Read($file_name) { $fd=fopen($file_name,r); while($bufline=fgets($fd, 4096)){ $buf.=$bufline; } fclose($fd); return $buf; } ? 文件写入函数 //文件写</description>
    <pubDate>2007-06-28</pubDate>
    <category>php应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>PHP教程实例：用PHP打造动态聊天室系统</title>
    <link>/html/edu/php/php5/35061.html</link>
    <description>这是一个简单的用PHP设计的聊天室程序，目的是通过这个程序让大家熟悉PHP如何处理表单数据的！ 这个经过精心设计的web聊天室使用了从表单传递过来的变量，并且把它们处理为HTML ，然后将其写入文件。把表单和信息文件放在一个框架中，你可以看到它与一个叫BeSeen的聊天</description>
    <pubDate>2007-06-28</pubDate>
    <category>php应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>PHP实例：用PHP实现多文件上载系统程序</title>
    <link>/html/edu/php/php5/35062.html</link>
    <description>pHP实例：用PHP实现多文件上载系统程序 ?php //多文件上载系统完整版 include(&quot;../include/common.inc&quot;); $title = &quot;多个文件的上载程序&quot;; include(&quot;../include/header.inc&quot;); //定义允许上载文件的数目 define(&quot;UPLOAD_NO&quot;, 10); echo(&quot;p align='center'font size='4'</description>
    <pubDate>2007-06-28</pubDate>
    <category>php应用</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>实例讲解动态网页技术PHP开发文件系统</title>
    <link>/html/edu/php/php5/35063.html</link>
    <description>着重学习PHP中的文件函数的应用 PHP中有许多与文件系统有关的函数，这些函数不仅可以打开文件，还可以显示目录中的内容、移动文件和其他一些功能，许多人甚至用PHP开发基于互联网的文件资源管理器。 下面的脚本样例可以显示一个目录清单，注释已经包含在代码中： ＜? /</description>
    <pubDate>2007-06-28</pubDate>
    <category>php应用</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>浅谈PHP开发中MySQL数据库索引的经验</title>
    <link>/html/edu/php/php5/35064.html</link>
    <description>假如我们创建了一个testIndex表: CREATE TABLE testIndex(i_testID INT NOT NULL,vc_Name VARCHAR(16) NOT NULL); 我们随机向里面插入了1000条记录，其中有一条 i_testID vc_Name 555 erquan 在查找vc_Name=&quot;erquan&quot;的记录 SELECT * FROM testIndex WHERE vc_Name='erq</description>
    <pubDate>2007-06-28</pubDate>
    <category>php应用</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>详细阐述PHP环境下如何将gbk编码转成utf8格式</title>
    <link>/html/edu/php/php5/35066.html</link>
    <description>apache 字符集 GB 2312 mysql 字符集 GBK 现要从 mysql 中提出信息(GBK) 写入到 XML 中 XML中的编码格式是 UTF-8 那么，如何将GBK编码成 UTF8 ？？ 详细介绍: 前一阵子见到了qiushuiwuhen君的关于gbk,unicode,big5的转换的文章 但是多少有一些不太大的问题 于是我设计</description>
    <pubDate>2007-06-28</pubDate>
    <category>php应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>使用PHP开发网站过程中你注意到这些安全知识了吗？</title>
    <link>/html/edu/php/php5/35065.html</link>
    <description>1、古老的欺骗SQL语句 在默认模式下，即使是你忘了把php.ini拷到/usr/local/lib/php.ini下，php还是打开magic_quotes_gpc＝on。 这样所有从GET/POST/Cookie来的变量的单引号(')、双引号(&quot;)、反斜杠backslash(\)以及空字元NUL (the null byte)都会被加上反斜杠，以使数</description>
    <pubDate>2007-06-28</pubDate>
    <category>php应用</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>比较测试PHP+MYSQL分页机制两种方案</title>
    <link>/html/edu/php/php5/35057.html</link>
    <description>硬件环境：PIII550,128M,15.2G 软件环境：Win98+Apache+Php4+MySql 方案一： 1.第一次查询时用Select count(1) from tab where condition 取得满足条件的记录数$rows 2.通过前页数$page，每页记录数$rpp取回记录集 select * from tab where condition limit ($page-1)*</description>
    <pubDate>2007-06-28</pubDate>
    <category>php应用</category>
    <author>秩名</author>
    <comments>网页教学</comments>
</item>
<item>
    <title>实例：PHP判断用户是否正确登录转到欢迎界面</title>
    <link>/html/edu/php/php5/35056.html</link>
    <description>?php //这个页面首先判断用户是否正确登录，如未登录，就转到登录页面。 session_start(); if((!$user_id)or(!$user_array[ticket_day])or(!$user_array[ticket_num])){ Header(&quot;Location: login.php3&quot;); } ? !DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional</description>
    <pubDate>2007-06-28</pubDate>
    <category>php应用</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>PHP实例教程：PHP实现文件安全下载的程序</title>
    <link>/html/edu/php/php5/35046.html</link>
    <description>PHP实现文件安全下载 程序如下： ＄file_name = &quot;info_check.exe&quot;; ＄file_dir = &quot;/public/www/download/&quot;; if (!file_exists(＄file_dir . ＄file_name)) { //检查文件是否存在 echo &quot;文件找不到&quot;; exit; } else { ＄file = fopen(＄file_dir . ＄file_name,&quot;r&quot;); //</description>
    <pubDate>2007-06-28</pubDate>
    <category>php应用</category>
    <author>秩名</author>
    <comments>网页教学</comments>
</item>
<item>
    <title>用PHP程序为自己网站打造一个搜索引擎</title>
    <link>/html/edu/php/php5/35047.html</link>
    <description>一,设计搜索表单 在网站的根目录下建个search.htm，内容如下 html head title搜索表单/title meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=gb2312&quot; /head body bgcolor=&quot;#FFFFFF&quot; text=&quot;#000000&quot; form name=&quot;form1&quot; method=&quot;post&quot; action=&quot;search.php&quot;</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/php5/35053.html</link>
    <description>最近很多朋友都在问我是否能把我那一句话木马隐藏到HTML或图片里，其实把一句话木马插入到PHP文件中就已经很隐蔽了，如果说硬是要放到HTML文件或图片里，就接着往下看的这篇测试报告吧。 要知道如果光把PHP语句放到图片里是无论如何也不能执行的，因为PHP只解析扩展名为</description>
    <pubDate>2007-06-28</pubDate>
    <category>php应用</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>PHP将MYSQL内容读到二维数组并按指定列输出</title>
    <link>/html/edu/php/php5/35054.html</link>
    <description>PHP将MYSQL内容读到二维数组并按指定列输出 ＜? $host = &quot;localhost&quot;; //主机名 $user = &quot;root&quot;; //mysql用户名 $password = &quot;&quot;; //mysql密码 $database = &quot;doc&quot;; //mysql数据库名 $tables = &quot;mclass&quot;; //表名 $conn=mysql_connect(&quot;$host&quot;,&quot;$user&quot;,&quot;$password&quot;) or di</description>
    <pubDate>2007-06-28</pubDate>
    <category>php应用</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>PHP实例程序：用PHP制作登录页面程序</title>
    <link>/html/edu/php/php5/35055.html</link>
    <description>?php //这个脚本是用来给用户输入口令，并判断口令是否正确的。 //如果正确则转到欢迎页面。 if ($login){ include(&quot;../include/config.inc.php3&quot;); session_start(); $right_enter='0'; $query=&quot;select * from user_define where user_login='$user_login' and user_p</description>
    <pubDate>2007-06-28</pubDate>
    <category>php应用</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>PHP程序指定目录里的指定后缀名文件为超连接</title>
    <link>/html/edu/php/php5/35067.html</link>
    <description>用PHP实现的一个非常不错的目录导航文件的一个函数。 这个代码虽然短小，但很实用，它可以轻松建立你指定的目录里的指定后缀名文件的超连接，而且可以设定，不会将指定的目录首页导航。 ?php function navbar() { $files = dir(&quot;.&quot;); //指定目录 $pipe = &quot; | &quot;; //管道</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实例：用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/php5/35082.html</link>
    <description>当使用者在参观网页时，有时想 Email 给 Webmaster 但是再执行 Email 程式总是不方使，使用者在按下 mailto:abc@webjx.com 还要花段时间打开自己这儿的 Outlook 岂不麻烦。这时，若是 Homepage 能提供写信的功能就太酷了。同时意见信箱还是以提醒或者要求使用者一定要</description>
    <pubDate>2007-06-28</pubDate>
    <category>php应用</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>程序开发者使用最多的五个PHP工具</title>
    <link>/html/edu/php/php5/35083.html</link>
    <description></description>
    <pubDate>2007-06-28</pubDate>
    <category>php应用</category>
    <author>秩名</author>
    <comments>phpchina</comments>
</item>
<item>
    <title>PHP程序和ASP程序转换要注意的问题</title>
    <link>/html/edu/php/php1/35084.html</link>
    <description>有的程序有关电子商务的东西，还是自己动手比较保险。一做下来发现很多地方要注意。 1。语法 如果你对两种都很熟，就比较容易了，但是写着写着昏了头的事情经常发生，。大家知道现在web服务器的错误提示都糊里糊涂的。 php每句话最好加上分号，即使有的地方可以不加。注</description>
    <pubDate>2007-06-28</pubDate>
    <category>php基础</category>
    <author>秩名</author>
    <comments>网页教学</comments>
</item>
<item>
    <title>学PHP新手来看 如何获得PHP相关资料？</title>
    <link>/html/edu/php/php1/35085.html</link>
    <description>1. 我在哪儿能得到php? 2. 有预编译的二进制版本吗? 3. 我在哪儿能得到可选的php扩展库 ? 4. 我怎样做才能使这些库运作起来? 5. 我在我的windows上用cvs得到最新版本的php源代码， 我怎样编译它? 6. 我在哪儿能找到 browser capabilities file? 1. 我在哪儿能够得到php</description>
    <pubDate>2007-06-28</pubDate>
    <category>php基础</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>php用session做客户验证时的注意事项</title>
    <link>/html/edu/php/php5/35087.html</link>
    <description>如果你的php.ini中register_globals = On, 所有post, get, cookie, session的同名变量就会搅和在一起, 可以用$HTTP_*_VARS[&quot;username&quot;]来判断你想要的那个变量. 但是即使同名, 在php.ini中variables_order = &quot;GPCS&quot;也会按照优先级别来判断, 等级低的值没法冲掉等级高的</description>
    <pubDate>2007-06-28</pubDate>
    <category>php应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>使用PHP制作动态网页过程中的五个技巧</title>
    <link>/html/edu/php/php5/35088.html</link>
    <description>1. str_replace str_replace是常用的php函数,用于字符串替换，经常看到某些php新人为了替换一批字符串，写了好多行str_replace，实在是惨不忍睹。 比如这个例子: PHP: $str = '某人的栖息地 --- www.webjx.com' ; $str = str_replace('某人', '坏人', $str); $str = st</description>
    <pubDate>2007-06-28</pubDate>
    <category>php应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>PHP的mb_substr和mb_strcut的区别</title>
    <link>/html/edu/php/php5/35089.html</link>
    <description>php的mbstring扩展模块提供了多字节字符的处理能力，平常最常用的就是用mbstring来切分多字节的中文字符，这样可以避免出现半个字符的情况，由于是php的扩展，它的性能也要比一些自定义的多字节切分函数要好上一些。 mbstring extension提供了几个功能类似的函数，mb_s</description>
    <pubDate>2007-06-28</pubDate>
    <category>php应用</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>帮助你如何迅速优化你MySQL数据库性能</title>
    <link>/html/edu/php/php5/35090.html</link>
    <description>通过在网络上查找资料和自己的尝试，我认为以下系统参数是比较关键的： (1)、back_log： 要求 MySQL 能有的连接数量。当主要MySQL线程在一个很短时间内得到非常多的连接请求，这就起作用，然后主线程花些时间(尽管很短)检查连接并且启动一个新线程。 back_log 值指出在</description>
    <pubDate>2007-06-28</pubDate>
    <category>php应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>PHP实例教程：PHP实现文件安全下载的程序</title>
    <link>/html/edu/php/php5/35048.html</link>
    <description>PHP实现文件安全下载 程序如下： ＄file_name = &quot;info_check.exe&quot;; ＄file_dir = &quot;/public/www/download/&quot;; if (!file_exists(＄file_dir . ＄file_name)) { //检查文件是否存在 echo &quot;文件找不到&quot;; exit; } else { ＄file = fopen(＄file_dir . ＄file_name,&quot;r&quot;); //</description>
    <pubDate>2007-06-28</pubDate>
    <category>php应用</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>动态网页技术PHP的数组处理函数库</title>
    <link>/html/edu/php/php5/35081.html</link>
    <description>array : 建立一个新的数组。 array_walk : 让用户自订函数能处理数组中的每一个元素。 arsort : 将数组的值由大到小排序。 asort : 将数组的值由小到大排序。 count : 计算变量或数组中的元素个数。 current : 返回数组中目前的元素。 each : 返回数组中下一个元素的索</description>
    <pubDate>2007-06-28</pubDate>
    <category>php应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>实例详细讲解PHP中使用的运算符号</title>
    <link>/html/edu/php/php5/35080.html</link>
    <description>运算符号 运算符号可以用来处理数字、字符串及其它需要比较运算的条件。php 的运算符号和 c 语言的运算符号与很类似，对于有经验的程序设计人员，应可以很顺利的掌握 php 的运算符号。 不同的运算符号，其实还是有优先顺序，就像小时候在学数学时，老师会教：先乘除、</description>
    <pubDate>2007-06-28</pubDate>
    <category>php应用</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>初学来看：动态网页制作技术PHP的变量类型</title>
    <link>/html/edu/php/php5/35079.html</link>
    <description>php 的变量类型不多，有以下五种： string integer double array object string 即为字符串变量，无论是单一字符或数千字的字符串都是使用这个变量类型。值得注意的是要指定字符串给字符串变量，要在头尾加上双引号 (例如: &quot;这是字符串&quot;)。在要让字符串换行时，可使用</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>

</channel>
</rss>
