<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>php基础</title>
<link>/html/edu/php/php1/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名词库</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>学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程序和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的编程语句</title>
    <link>/html/edu/php/php1/34759.html</link>
    <description>1 简单的语句 每行至多包含一条语句，例如： 以下为引用的内容： $argv++; // 正确的 $argc--; // 正确的 $argv++; $argc--; // 错误的 Chinaz.com 2 复合语句 [中国站长站] 复合语句是包含在大括号中的语句序列，形如&quot;{ 语句 }&quot;。例如下面各段。 - 被括其中的语句应该</description>
    <pubDate>2007-06-15</pubDate>
    <category>php基础</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>动态网页技术PHP入门基础：什么是PHP</title>
    <link>/html/edu/php/php1/34772.html</link>
    <description>PHP 是一种用来制作动态网页的服务器端脚本语言。你通过PHP和HTML创建页面。当访问者打开网页时，服务器端便会处理 PHP 指令，然后把其处理结果送到访问者的浏览器上面，就好像 ASP 或者是 ColdFusion 一样。然而，PHP 跟 ASP 或 ColdFusion 不一样的地方在于，它是跨</description>
    <pubDate>2007-06-15</pubDate>
    <category>php基础</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>经典：学习动态网页PHP技术常见问题汇总解答</title>
    <link>/html/edu/php/php1/34787.html</link>
    <description>1:为什么我得不到变量 我在一网页向另一网页POST数据name，为什么输出$name时却得不到任何值? 在PHP4.2以后的版本中reGISter_global默认为off 若想取得从另一页面提交的变量: 方法一:在PHP.ini中找到register_global，并把它设置为on. 方法二:在接收网页最前面放上这个</description>
    <pubDate>2007-06-15</pubDate>
    <category>php基础</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>正确理解动态网页制作技术PHP的错误信息</title>
    <link>/html/edu/php/php1/34788.html</link>
    <description>我们编写程序时，无论怎样小心谨慎，犯错总是在所难免的。这些错误通常会迷惑PHP编译器。如果开发人员无法了解编译器报错信息的含义，那么这些错误信息不仅毫无用处，还会常常让人感到沮丧。 编译PHP脚本时，PHP编译器会尽其所能报告它遇到的第一个问题。这样就产生一个</description>
    <pubDate>2007-06-15</pubDate>
    <category>php基础</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>理解学习PHP编码规范之注释和文件结构</title>
    <link>/html/edu/php/php1/34789.html</link>
    <description>文件结构 | |――images |――include |――parameter |――config |――function |――index images存放图片文件，include中是系统是要引用的文件，一般在parameter中存放参数文件，config中存放配置文件，function中存放方法文件，如javascript的方法等，并按功能模</description>
    <pubDate>2007-06-15</pubDate>
    <category>php基础</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>PHP的服务器Apache中httpd.conf 的中文详解</title>
    <link>/html/edu/php/php1/34795.html</link>
    <description>ServerRoot &quot;/Apache&quot; #可以用绝对路径 e:webapache #ServerRoot用于指定守护进程httpd的运行目录，httpd在启动之后将自动将进程的当前目录改变为这个目录，因此如果设置文件中指定的文件或目录是相对路径，那么真实路径就位于这个ServerRoot定义的路径之下。 PidFile</description>
    <pubDate>2007-06-15</pubDate>
    <category>php基础</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>入门知识：动态网页PHP编程中数组的基础知识</title>
    <link>/html/edu/php/php1/34805.html</link>
    <description>关于数组： PHP中的数组是复杂的，并且比许多其他高级语言中的数组更灵活。 数组array是一组有序的变量,其中每个变量被叫做一个元素。 数组可以被编号或者相关联，也就是数组的元素可以分别根据数字索引或文本化字符串来访问 PHP中，数组可以包含标量(整数，布尔，字符</description>
    <pubDate>2007-06-15</pubDate>
    <category>php基础</category>
    <author>秩名</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title>推荐：动态网页PHP函数速查大全汇总</title>
    <link>/html/edu/php/php1/34811.html</link>
    <description>Abs: 取得绝对值。 Acos: 取得反余弦值。 ada_afetch: 取得资料库的传回列。 ada_autocommit: 开关自动更动功能。 ada_close: 关闭 Adabas D 连结。 ada_commit: 更动 Adabas D 资料库。 ada_connect: 连结至 Adabas D 资料库。 ada_exec: 执行 SQL 指令。 ada_fetchrow</description>
    <pubDate>2007-06-15</pubDate>
    <category>php基础</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>传奇的诞生 PHP三位创始人简介</title>
    <link>/html/edu/php/php1/34658.html</link>
    <description>PHP到现在为止已经诞生12年了。在这期间它经过不断改善，已经成为Web开发最重要的语言之一。PHP能有今天这样的成就，它的3位创始人(Rasmus Lerdorf、Zeev Suraski和Andi Gutmans)功不可没。 PHP的诞生和Rasmus Lerdorf的经历密不可分。Rasmus Lerdorf于1968年生于格陵兰</description>
    <pubDate>2007-06-14</pubDate>
    <category>php基础</category>
    <author>秩名</author>
    <comments>天极</comments>
</item>
<item>
    <title>php开发框架总结</title>
    <link>/html/edu/php/php1/33590.html</link>
    <description>收集整理了一些主要的PHP开发框架和CMS系统平台，在此一并作个总结，或许以后会有补充。开发框架WACT http://wact.sourceforge.net/老牌的PHP编程框架，实现了很多企业级的开发模式Horde http://www.horde.org/horde/提供了一些常用类库，可以满足参数处理、数据压缩、</description>
    <pubDate>2007-05-23</pubDate>
    <category>php基础</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>用m17n对各国语言间代码移植转换</title>
    <link>/html/edu/php/php1/33473.html</link>
    <description>为了让 Linuxreg; 应用程序在全世界范围都可以使用，而不会在西方语言与世界上其他语言之间产生任何区别，我们应该发行一些本地化后的版本，它们可以输入、存储、提取或呈现任何语言，而不管这些语言是多么复杂。多语言库，或称为 m17n，为类 UNIXreg; 平台上的所有语</description>
    <pubDate>2007-05-22</pubDate>
    <category>php基础</category>
    <author>秩名</author>
    <comments>eNet硅谷动力</comments>
</item>
<item>
    <title>入门：PHP编程“数组”的基础知识</title>
    <link>/html/edu/php/php1/33466.html</link>
    <description>关于数组： PHP中的数组是复杂的，并且比许多其他高级语言中的数组更灵活。 数组array是一组有序的变量,其中每个变量被叫做一个元素。 数组可以被编号或者相关联，也就是数组的元素可以分别根据数字索引或文本化字符串来访问 PHP中，数组可以包含标量(整数，布尔，字符</description>
    <pubDate>2007-05-22</pubDate>
    <category>php基础</category>
    <author>PHPchina wangzhan</author>
    <comments>eNet硅谷动力</comments>
</item>
<item>
    <title>很笨的方法实现全排列</title>
    <link>/html/edu/php/php1/23043.html</link>
    <description>很笨的方法实现全排列 这种方法是我左思右想想出来的，方法很笨，效率很低 有兴趣的看一下 PHP代码如下: ? php function full_sort ( $array ){ $len = count ( $array ); for( $i = 0 ; $i $len ; $i ++){ $a []= 0 ; $numr []= $i ; } for( $a [ $len - 1 ]= 0 ; $a</description>
    <pubDate>2007-03-22</pubDate>
    <category>php基础</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>7 种流行 PHP IDE 的比较</title>
    <link>/html/edu/php/php1/23020.html</link>
    <description>本文发掘集成开发环境(IDE)的所有用途，并比较 7 种流行的 IDE 的成本和优势。 编写关于 PHP 的系列文章让我更加深刻地了解了 PHP 开发人员的世界。我和许多 PHP 程序员交谈过，最令我惊奇的是只有很少的人使用 IDE。大多数程序员使用文本编辑器，比如 Microsoft Windo</description>
    <pubDate>2007-03-20</pubDate>
    <category>php基础</category>
    <author>秩名</author>
    <comments>LAMP中文</comments>
</item>
<item>
    <title>研究员发起“PHP臭虫月”</title>
    <link>/html/edu/php/php1/22992.html</link>
    <description>安全研究员已发起一项计划，专门寻找PHP这种广泛使用的脚本语言中的错误。 这项活动称为“PHP臭虫月”(Month of PHP Bugs)，已于周四开始展开。根据臭虫 计划网站 ，目前为止，这项活动已揭露出五个安全漏洞，其中几个弱点可能导致运行PHP的系统遭到入侵。 臭虫计划网</description>
    <pubDate>2007-03-19</pubDate>
    <category>php基础</category>
    <author>builder.com.cn</author>
    <comments>builder.com.cn</comments>
</item>
<item>
    <title>PHP对战ASP：这还值得讨论吗</title>
    <link>/html/edu/php/php1/22359.html</link>
    <description>什么是PHP PHP代表了&quot;超文本处理器&quot;，这意味着你必须知道，它是一种服务器端的处理语言，且以HTML的形式出现。它最常用的地方就是网页了，数据从客户机发送到Web服务器，信息在此被处理并返回结果。 但这种通用性的语言丝毫不局限于在网页方面，PHP也能被用在命令行she</description>
    <pubDate>2007-01-10</pubDate>
    <category>php基础</category>
    <author>谢启东编译</author>
    <comments>天极开发</comments>
</item>
<item>
    <title>致初学者：PHP比ASP优秀的七个理由</title>
    <link>/html/edu/php/php1/20636.html</link>
    <description>PHP比ASP优秀的七个理由 ASP是微软公司实现动态网页的一种技术。ASP支持一些脚本语言，主要以VBScripp为主。与ASP相比较，你还可以选择另一中开放源代码编程语言——PHP，PHP可以运行在多种操作系统下，其中包括Linux和windows。 虽然ASP是一种不错的技术，但从长远考</description>
    <pubDate>2006-11-10</pubDate>
    <category>php基础</category>
    <author>秩名</author>
    <comments>PHP代码教学基地</comments>
</item>
<item>
    <title>怎么设置使用 phpmyadmin 时需要输入密码？</title>
    <link>/html/edu/php/php1/20430.html</link>
    <description></description>
    <pubDate>2006-11-05</pubDate>
    <category>php基础</category>
    <author>站长技术站</author>
    <comments>站长技术站</comments>
</item>
<item>
    <title>PHP新手总结的PHP基础知识</title>
    <link>/html/edu/php/php1/13491.html</link>
    <description>看了些PHP的基础知识，自己在这里总结下： 1、在HTML嵌入PHP脚本有三种办法： ＜scriptlanguage=&quot;php&quot;＞ //嵌入方式一 echo(&quot;test&quot;); ＜/script＞ ＜? //嵌入方式二 echo&quot;＜br＞test2&quot;; ?＞ ＜?php //嵌入方式三 echo&quot;＜br＞test3&quot;; ?＞ 还有一种嵌入方式，即使用和Asp</description>
    <pubDate>2006-08-04</pubDate>
    <category>php基础</category>
    <author>秩名</author>
    <comments>PHP博客</comments>
</item>
<item>
    <title>PHP 图片管理程序集锦</title>
    <link>/html/edu/php/php1/13326.html</link>
    <description>我发的这些程序都是可以下载到的，免费的就不用说了，到处可以下，商业的下载地址自己可以搜索！ 演示都可以在官方看到！ 4imags: 老牌程序了，完全免费，最新版是１.７，快两年没出新版了，不过现有的功能已经很完善了，国内有很多汉化版，feixin和cnphpbb汉化的不错。</description>
    <pubDate>2006-07-21</pubDate>
    <category>php基础</category>
    <author>秩名</author>
    <comments>搜站长</comments>
</item>
<item>
    <title>PHP中开发XML应用程序之基础篇</title>
    <link>/html/edu/php/php1/11288.html</link>
    <description>一、 XML简介 XML(可扩展的标注语言)是一种W3C标准，主要用于Web应用程序和服务器之间实现容易的交互、数据的存储与使用。 使用XML标准编码的数据具有能容易被人和计算机解释的意义和结构。XML数据是平台和应用程序独立的。不用多说，这本身就使XML成为适合于互联网的</description>
    <pubDate>2006-03-19</pubDate>
    <category>php基础</category>
    <author>秩名</author>
    <comments>天极开发</comments>
</item>
<item>
    <title>PHP5中的this,self和parent关键字详解</title>
    <link>/html/edu/php/php1/9485.html</link>
    <description>PHP5是一具备了大部分面向对象语言的特性的语言,比PHP4有了很多的面向对象的特性,但是有部分概念也比较绕人,所以今天拿出来说说,说的不好,请高手见谅. (阅读本文，需要了解PHP5的面向对象的知识) 首先我们来明白上面三个关键字: this,self,parent,从字面上比较好理解,是</description>
    <pubDate>2006-01-09</pubDate>
    <category>php基础</category>
    <author>heiyeluren</author>
    <comments>heiyeluren的Blog</comments>
</item>
<item>
    <title>PHP程序漏洞产生的原因和防范方法</title>
    <link>/html/edu/php/php1/9464.html</link>
    <description>滥用include 1.漏洞原因： Include是编写PHP网站中最常用的函数，并且支持相对路径。有很多PHP脚本直接把某输入变量作为Include的参数，造成任意引用脚本、绝对路径泄露等漏洞。看以下代码： ... $includepage=$_GET[&quot;includepage&quot;]; include($includepage); ... 很明</description>
    <pubDate>2006-01-06</pubDate>
    <category>php基础</category>
    <author>mdjlw</author>
    <comments>BLOG</comments>
</item>
<item>
    <title>精彩翻译:Understanding MVC in PHP -【理解PHP中的MVC】</title>
    <link>/html/edu/php/php1/9016.html</link>
    <description>精彩翻译:Understanding MVC in PHP -【理解PHP中的MVC】 前言 在这一系列的文章中，作者将展示大家如何使用PHP5来建立一个MVC网络框架。首先这第一篇文章将概括介绍MVC网络框架的基础，然后在接下来的三篇文章中将概括另外两个部分（View和Controller）以及实例应用（</description>
    <pubDate>2006-01-04</pubDate>
    <category>php基础</category>
    <author>Joe Stump</author>
    <comments>Joe Stump</comments>
</item>
<item>
    <title>理解 PHP 及其安全问题的入门知识</title>
    <link>/html/edu/php/php1/8142.html</link>
    <description>级别: 初级 Chuck Hagenbuch , 高级技术咨询师 2005 年 5 月 23 日 有时候，您的业务可能涉及到 PHP 应用程序的安全性。当您遇到审计任务时，您知道如何执行查找吗？本系列将带您进入 PHP，并帮您在一定程序上了解它，让您在进行安全审计时知道查找什么。第 1 部分向您</description>
    <pubDate>2005-12-24</pubDate>
    <category>php基础</category>
    <author>未知</author>
    <comments>IBM</comments>
</item>
<item>
    <title>讲述PHP中Session的概念</title>
    <link>/html/edu/php/php1/8066.html</link>
    <description>什么是Session呢？ Session直接翻译成中文比较困难，一般都译成时域。在计算机专业术语中，Session是指一个终端用户与交互系统进行通信的时间间隔，通常指从注册进入系统到注销退出系统之间所经过的时间。 具体到Web中的Session指的就是用户在浏览某个网站时，从进入网</description>
    <pubDate>2005-12-21</pubDate>
    <category>php基础</category>
    <author>未知</author>
    <comments>赛迪网开发者论坛</comments>
</item>
<item>
    <title>一家之言的经验之谈php＋mysql扎实个人基本功</title>
    <link>/html/edu/php/php1/7088.html</link>
    <description>一. 10句话 1.不要依赖register_global=ON的环境，从你刚懂得配置php运行环境甚至尚不明白register_global的ON/OFF会对自己有什么影响的那天起，就应该勇敢地把它设为OFF. 2.写程序前看看怎么用error_reporting. 3.不懂就问本身没错，但你需要在那之前查查手册。 4.当</description>
    <pubDate>2005-12-15</pubDate>
    <category>php基础</category>
    <author>未知</author>
    <comments>国际村</comments>
</item>
<item>
    <title>初学者入门：细述PHP4的核心Zend</title>
    <link>/html/edu/php/php1/7058.html</link>
    <description>一.概述： Zend引擎的名称由Zeev Suraski和Andi Gutmans二位在PHP担任核心开发工作的资深设计师的名字合体.开发的目的师为了研发新的脚本执行机制，而PHP4就是这套崭新的Zend引擎的第一个实作产品。在一些特殊测试环境下，Zend(PHP$)的执行速度比PHP3及ASP快了几倍到几</description>
    <pubDate>2005-12-11</pubDate>
    <category>php基础</category>
    <author>未知</author>
    <comments>赛迪网开发者论坛</comments>
</item>
<item>
    <title>PHP-GTK介绍</title>
    <link>/html/edu/php/php1/3239.html</link>
    <description>PHP-GTK介绍 什么是PHP-GTK？PHP-GTK是为了证明PHP是一种远远超越网络应用程序的有效的工具而开发的。使用PHP-GTK你可以建立独立的GUI（用户图形界面）应用程序，例如mp3播放器、文本编辑器、数据库后台等等。PHP-GTK是PHP的扩展，可以从http://gtk.php.net下载。PHP-G</description>
    <pubDate>2005-10-09</pubDate>
    <category>php基础</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>php.ini中文解释</title>
    <link>/html/edu/php/php1/2733.html</link>
    <description>; PHP还是一个不断发展的工具，其功能还在不断地删减 ; 而php.ini的设置更改可以反映出相当的变化， ; 在使用新的PHP版本前，研究一下php.ini会有好处的 ;;;;;;;;;;;;;;;;;;; ; 关于这个文件 ; ;;;;;;;;;;;;;;;;;;; ; 这个文件控制了PHP许多方面的观点.为了让PHP读取这</description>
    <pubDate>2005-09-12</pubDate>
    <category>php基础</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>第二节--PHP5 的对象模型 -- Classes and Objects in PHP5 [2]</title>
    <link>/html/edu/php/php1/1489.html</link>
    <description>/* +-------------------------------------------------------------------------------+ | = 本文为Haohappy读Core PHP Programming | = 中Classes and Objects一章的笔记 | = 翻译为主+个人心得 | = 为避免可能发生的不必要的麻烦请勿转载,谢谢 | = 欢迎批评指正,希</description>
    <pubDate>2005-08-24</pubDate>
    <category>php基础</category>
    <author>超越PHP</author>
    <comments>超越PHP</comments>
</item>
<item>
    <title>第十五节--Zend引擎的发展 -- Classes and Objects in PHP5 [15]</title>
    <link>/html/edu/php/php1/1520.html</link>
    <description>第十五节--Zend引擎的发展 本章的最后一节,Zeev讨论了Zend引擎带来的对象模型,特别提到它与PHP的前几个版本中的模型有什么不同. 当1997年夏天,我们开发出PHP3, 我们没有计划要使PHP具备面向对象的能力. 当时没有任何与类和对象有关的想法. PHP3是一个纯粹面向过程的语</description>
    <pubDate>2005-08-24</pubDate>
    <category>php基础</category>
    <author>Leon Atkinson 翻译：Haohappy</author>
    <comments>超越PHP</comments>
</item>
<item>
    <title>第十四节--命名空间 -- Classes and Objects in PHP5 [14]</title>
    <link>/html/edu/php/php1/1518.html</link>
    <description>/* +-------------------------------------------------------------------------------+ | = 本文为Haohappy读 | = 中Classes and Objects一章的笔记 | = 翻译为主+个人心得 | = 为避免可能发生的不必要的麻烦请勿转载,谢谢 | = 欢迎批评指正,希望和所有PHP爱好者共</description>
    <pubDate>2005-08-24</pubDate>
    <category>php基础</category>
    <author>Leon Atkinson 翻译：Haohappy</author>
    <comments>超越PHP</comments>
</item>
<item>
    <title>第十三节--对象串行化 -- Classes and Objects in PHP5 [13]</title>
    <link>/html/edu/php/php1/1515.html</link>
    <description>第十三节--对象串行化 串行化可以把变量包括对象,转化成连续bytes数据. 你可以将串行化后的变量存在一个文件里或在网络上传输. 然后再反串行化还原为原来的数据. 你在反串行化类的对象之前定义的类,PHP可以成功地存储其对象的属性和方法. 有时你可能需要一个对象在反串</description>
    <pubDate>2005-08-24</pubDate>
    <category>php基础</category>
    <author>Leon Atkinson 翻译：Haohappy</author>
    <comments>超越PHP</comments>
</item>
<item>
    <title>第十二节--类的自动加载 -- Classes and Objects in PHP5 [12]</title>
    <link>/html/edu/php/php1/1512.html</link>
    <description>/* +-------------------------------------------------------------------------------+ | = 本文为Haohappy读Core PHP Programming | = 中Classes and Objects一章的笔记 | = 翻译为主+个人心得 | = 为避免可能发生的不必要的麻烦请勿转载,谢谢 | = 欢迎批评指正,希</description>
    <pubDate>2005-08-24</pubDate>
    <category>php基础</category>
    <author>Leon Atkinson 翻译：Haohappy</author>
    <comments>超越PHP</comments>
</item>
<item>
    <title>第十一节--重载 -- Classes and Objects in PHP5 [11]</title>
    <link>/html/edu/php/php1/1511.html</link>
    <description>/* +-------------------------------------------------------------------------------+ | = 本文为Haohappy读Core PHP Programming | = 中Classes and Objects一章的笔记 | = 翻译为主+个人心得 | = 为避免可能发生的不必要的麻烦请勿转载,谢谢 | = 欢迎批评指正,希</description>
    <pubDate>2005-08-24</pubDate>
    <category>php基础</category>
    <author>Leon Atkinson 翻译：Haohappy</author>
    <comments>超越PHP</comments>
</item>
<item>
    <title>第一节--面向对象编程 -- Classes and Objects in PHP5 [1]</title>
    <link>/html/edu/php/php1/1477.html</link>
    <description>* +---------------------------------------------------------------------+ | = 本文为Haohappy读Core PHP Programming | = 中Classes and Objects一章的笔记 | = 翻译为主+个人心得 | = 为避免可能发生的不必要的麻烦请勿转载,谢谢 | = 欢迎批评指正,希望和所有PHP</description>
    <pubDate>2005-08-24</pubDate>
    <category>php基础</category>
    <author>Leon Atkinson</author>
    <comments>超越PHP</comments>
</item>
<item>
    <title>第三节--定义一个类 -- Classes and Objects in PHP5 [3]</title>
    <link>/html/edu/php/php1/1491.html</link>
    <description>/* +-------------------------------------------------------------------------------+ | = 本文为Haohappy读Core PHP Programming | = 中Classes and Objects一章的笔记 | = 翻译为主+个人心得 | = 为避免可能发生的不必要的麻烦请勿转载,谢谢 | = 欢迎批评指正,希</description>
    <pubDate>2005-08-24</pubDate>
    <category>php基础</category>
    <author>未知</author>
    <comments>超越PHP</comments>
</item>
<item>
    <title>第四节--构造函数和析构函数 -- Classes and Objects in PHP5 [4]</title>
    <link>/html/edu/php/php1/1493.html</link>
    <description>/* +-------------------------------------------------------------------------------+ | = 本文为Haohappy读Core PHP Programming | = 中Classes and Objects一章的笔记 | = 翻译为主+个人心得 | = 为避免可能发生的不必要的麻烦请勿转载,谢谢 | = 欢迎批评指正,希</description>
    <pubDate>2005-08-24</pubDate>
    <category>php基础</category>
    <author>Leon Atkinson 翻译：Haohappy</author>
    <comments>超越PHP</comments>
</item>
<item>
    <title>第五节--克隆 -- Classes and Objects in PHP5 [5]</title>
    <link>/html/edu/php/php1/1497.html</link>
    <description>/* +-------------------------------------------------------------------------------+ | = 本文为Haohappy读Core PHP Programming | = 中Classes and Objects一章的笔记 | = 翻译为主+个人心得 | = 为避免可能发生的不必要的麻烦请勿转载,谢谢 | = 欢迎批评指正,希</description>
    <pubDate>2005-08-24</pubDate>
    <category>php基础</category>
    <author>Leon Atkinson</author>
    <comments>超越PHP</comments>
</item>
<item>
    <title>第六节--访问属性和方法 -- Classes and Objects in PHP5 [6]</title>
    <link>/html/edu/php/php1/1501.html</link>
    <description>/* +-------------------------------------------------------------------------------+ | = 本文为Haohappy读Core PHP Programming | = 中Classes and Objects一章的笔记 | = 翻译为主+个人心得 | = 为避免可能发生的不必要的麻烦请勿转载,谢谢 | = 欢迎批评指正,希</description>
    <pubDate>2005-08-24</pubDate>
    <category>php基础</category>
    <author>未知</author>
    <comments>超越PHP</comments>
</item>
<item>
    <title>第七节--类的静态成员 -- Classes and Objects in PHP5 [7]</title>
    <link>/html/edu/php/php1/1503.html</link>
    <description>/* +-------------------------------------------------------------------------------+ | = 本文为Haohappy读Core PHP Programming | = 中Classes and Objects一章的笔记 | = 翻译为主+个人心得 | = 为避免可能发生的不必要的麻烦请勿转载,谢谢 | = 欢迎批评指正,希</description>
    <pubDate>2005-08-24</pubDate>
    <category>php基础</category>
    <author>未知</author>
    <comments>超越PHP</comments>
</item>
<item>
    <title>第八节--访问方式 -- Classes and Objects in PHP5 [8]</title>
    <link>/html/edu/php/php1/1505.html</link>
    <description>/* +-------------------------------------------------------------------------------+ | = 本文为Haohappy读Core PHP Programming | = 中Classes and Objects一章的笔记 | = 翻译为主+个人心得 | = 为避免可能发生的不必要的麻烦请勿转载,谢谢 | = 欢迎批评指正,希</description>
    <pubDate>2005-08-24</pubDate>
    <category>php基础</category>
    <author>Leon Atkinson 翻译：Haohappy</author>
    <comments>超越PHP</comments>
</item>
<item>
    <title>第九节--绑定 -- Classes and Objects in PHP5 [9]</title>
    <link>/html/edu/php/php1/1508.html</link>
    <description>/* +-------------------------------------------------------------------------------+ | = 本文为Haohappy读Core PHP Programming | = 中Classes and Objects一章的笔记 | = 翻译为主+个人心得 | = 为避免可能发生的不必要的麻烦请勿转载,谢谢 | = 欢迎批评指正,希</description>
    <pubDate>2005-08-24</pubDate>
    <category>php基础</category>
    <author>Leon Atkinson 翻译：Haohappy</author>
    <comments>超越PHP</comments>
</item>
<item>
    <title>第十节--抽象方法和抽象类 -- Classes and Objects in PHP5 [10]</title>
    <link>/html/edu/php/php1/1510.html</link>
    <description>/* +-------------------------------------------------------------------------------+ | = 本文为Haohappy读Core PHP Programming | = 中Classes and Objects一章的笔记 | = 翻译为主+个人心得 | = 为避免可能发生的不必要的麻烦请勿转载,谢谢 | = 欢迎批评指正,希</description>
    <pubDate>2005-08-24</pubDate>
    <category>php基础</category>
    <author>Haohappy</author>
    <comments>超越PHP</comments>
</item>
<item>
    <title>PHP/MySQL三日通－第二天（三）</title>
    <link>/html/edu/php/php1/361.html</link>
    <description>五、修改数据 在个教程中，我都把要执行的SQL语句放到一个变量（$sql）中，然后才用mysql_query()来执行数据库查询。在调试时这是很有用的。如果程序出了什么问题，您随时可以把SQL语句的内容显示出来，检查其中的语法错误。 我们已经学习了如何把数据插入到数据库中。</description>
    <pubDate>2005-08-17</pubDate>
    <category>php基础</category>
    <author>未知</author>
    <comments>学习在线</comments>
</item>
<item>
    <title>PHP/MySQL三日通－第二天（二）</title>
    <link>/html/edu/php/php1/360.html</link>
    <description>四、 向 服务器 发送数据 现在我们从数据库读取数据已经没有太多困难了。但是怎么反过来向数据库发送数据呢？其实这不是PHP的问题。 首选，我们创建一个带有简单表格的网页。 $#@60;html$#@62; $#@60;body$#@62; $#@60;form method=&quot;post&quot; action=&quot;$#@60;?php echo $PAT</description>
    <pubDate>2005-08-17</pubDate>
    <category>php基础</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>

</channel>
</rss>
