﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-小白的blog -文章分类-PHP</title><link>http://www.cppblog.com/littlewhite/category/3971.html</link><description /><language>zh-cn</language><lastBuildDate>Fri, 01 Aug 2008 14:19:31 GMT</lastBuildDate><pubDate>Fri, 01 Aug 2008 14:19:31 GMT</pubDate><ttl>60</ttl><item><title>PHP 的验证码类终于写好</title><link>http://www.cppblog.com/littlewhite/articles/verifycode.html</link><dc:creator>小白</dc:creator><author>小白</author><pubDate>Thu, 05 Apr 2007 10:41:00 GMT</pubDate><guid>http://www.cppblog.com/littlewhite/articles/verifycode.html</guid><wfw:comment>http://www.cppblog.com/littlewhite/comments/21340.html</wfw:comment><comments>http://www.cppblog.com/littlewhite/articles/verifycode.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/littlewhite/comments/commentRss/21340.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/littlewhite/services/trackbacks/21340.html</trackback:ping><description><![CDATA[PHP 的验证码类终于写好，调试了很久，真是对PHP的语法不熟悉，导致的许多不必要的运行错误。<br>眼高手低啊～～～～～～～～<br><br>要注意的地方：<br>&nbsp;&nbsp;&nbsp;1&nbsp; 调用 类中的函数 ，请用 $this-&gt;methodname();<br>&nbsp;&nbsp;&nbsp;2&nbsp; 调用 类中的数据请用&nbsp; $this-&gt; dataname; 而不是 $this-&gt;$dataname, 记住~~~~~~!!!!!!!<br>&nbsp;&nbsp;&nbsp;3&nbsp;&nbsp;global 全局变量，只能在 脚本内部使用，不能跨脚本，跨脚本必需用 session 控制～～～～～!!!!!!<br><br>源代码 ：<a href="http://www.cppblog.com/Files/littlewhite/imgCodeClass.rar">http://www.cppblog.com/Files/littlewhite/imgCodeClass.rar</a><br>
<img src ="http://www.cppblog.com/littlewhite/aggbug/21340.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/littlewhite/" target="_blank">小白</a> 2007-04-05 18:41 <a href="http://www.cppblog.com/littlewhite/articles/verifycode.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>