<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>php教程</title>
<link>/html/PHP/phpjiaocheng/index.html</link>
<description>PHP / php教程</description>
<language>zh-cn</language>
<generator>copy right @ 百家拳软件项目研究室 2007 &lt;a href=&quot;http://www.miibeian.gov.cn/&quot;&gt;辽ICP备07011763&lt;/a&gt;&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot; src=&quot;http://js.users.51.la/1150523.js&quot;&gt;&lt;/script&gt;</generator>
<webmaster>admin@100jq.com</webmaster>
<item>
    <title>Ajax+PHP简单入门教程</title>
    <link>/html/PHP/phpjiaocheng/20080531/2213.html</link>
    <description>Ajax 由 HTML 、JavaScript 技术 、DHTML 和 DOM 组成，这一杰出的 方法 可以将笨拙的 Web 界面转化成交互性的 Ajax 应用程序。对于Ajax，最核心的一个 对象 是XMLHttpRequest，所有的Ajax操作都离不开对这个对象的操作。 首先我们来了解怎么在javascript中创建这个对</description>
    <pubDate>2008-05-31</pubDate>
    <category>php教程</category>
    <author>秩名</author>
    <comments>YOYO'S BLOG</comments>
</item>
<item>
    <title>cookie防止仿造安全总结</title>
    <link>/html/PHP/phpjiaocheng/20080305/2030.html</link>
    <description>以前我们刚写PHP的时候，做后台，需要管理员身份认证。一般用COOKIE这么做的，特别是刚接触PHP的PHP爱好者： admin/login.php 复制PHP内容到剪贴板 PHP代码: if( 用户名 密码正确 ){ setcookie ( 'admin' , 1 , time ()+ 36400 ); echo '登录成功' ; } 复制PHP内容到剪</description>
    <pubDate>2008-03-05</pubDate>
    <category>php教程</category>
    <author>秩名</author>
    <comments>百家拳原创软件教程网</comments>
</item>
<item>
    <title>php正则问题</title>
    <link>/html/PHP/phpjiaocheng/20080305/2029.html</link>
    <description>preg_match_all(/{([^{}]+(.*?)[^{}]*)}/s,$str,$tmp_array); $tmpstr=implode(' ',$tmp_array[1]); preg_match_all(/([a-zA-Z0-9_x7f-xff]+)(/,$tmpstr,$tmp_array); $tmp_array=array_unique($tmp_array[1]); $funerr=0; if(is_array($tmp_array)){ forea</description>
    <pubDate>2008-03-05</pubDate>
    <category>php教程</category>
    <author>秩名</author>
    <comments>百家拳原创软件教程网</comments>
</item>
<item>
    <title>Windows2003+Apache+mod_perl安装方法</title>
    <link>/html/PHP/phpjiaocheng/20071106/244.html</link>
    <description>1. 安装Apache ( http://httpd.apache.org) )和 ActiveState Perl ( http://www.activestate.com/ )。 2. 安装mod_perl。 ppm install http://theoryx5.uwinnipeg.ca/ppmpackages/mod_perl.ppd 安装完毕之后会提示输入Apache的路径，输入类似于 D:/Apache2/modules。 3</description>
    <pubDate>2007-11-06</pubDate>
    <category>php教程</category>
    <author>charlee</author>
    <comments>http://tech.idv2.com/2006/03/25/windows-apache-mod</comments>
</item>

</channel>
</rss>
