﻿<?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>PHP博客-PHP道路-最新评论</title><link>http://www.phpweblog.net/lemon2maple/CommentsRSS.aspx</link><description>记录PHP的点点滴滴</description><language>zh-cn</language><pubDate>Mon, 20 Aug 2007 09:50:05 GMT</pubDate><lastBuildDate>Mon, 20 Aug 2007 09:50:05 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: 【转】MySQL错误信息</title><link>http://www.phpweblog.net/lemon2maple/archive/2007/07/29/1397.html#1619</link><dc:creator>翡翠</dc:creator><author>翡翠</author><pubDate>Sun, 29 Jul 2007 07:04:00 GMT</pubDate><guid>http://www.phpweblog.net/lemon2maple/archive/2007/07/29/1397.html#1619</guid><description><![CDATA[收藏先<br>[<a target="_new" href="http://www.hoopower.com">http://www.hoopower.com</a>]<img src ="http://www.phpweblog.net/lemon2maple/aggbug/1619.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.phpweblog.net/lemon2maple/" target="_blank">翡翠</a> 2007-07-29 15:04 <a href="http://www.phpweblog.net/lemon2maple/archive/2007/07/29/1397.html#1619#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: PHP的单字节匹配原则</title><link>http://www.phpweblog.net/lemon2maple/archive/2007/05/31/1199.html#1289</link><dc:creator>Maple-x</dc:creator><author>Maple-x</author><pubDate>Thu, 31 May 2007 03:34:00 GMT</pubDate><guid>http://www.phpweblog.net/lemon2maple/archive/2007/05/31/1199.html#1289</guid><description><![CDATA[我在想要是别的语言的呢，会不会也是单字节的匹配原则，是不是可以搞搞？<img src ="http://www.phpweblog.net/lemon2maple/aggbug/1289.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.phpweblog.net/lemon2maple/" target="_blank">Maple-x</a> 2007-05-31 11:34 <a href="http://www.phpweblog.net/lemon2maple/archive/2007/05/31/1199.html#1289#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: PHP的单字节匹配原则</title><link>http://www.phpweblog.net/lemon2maple/archive/2007/05/31/1199.html#1286</link><dc:creator>wofeiwo</dc:creator><author>wofeiwo</author><pubDate>Thu, 31 May 2007 03:15:00 GMT</pubDate><guid>http://www.phpweblog.net/lemon2maple/archive/2007/05/31/1199.html#1286</guid><description><![CDATA[恩...的确不多,我到现在也就看到过2个程序是用这个escape的..<br>不过其中一个就是ste做安全的punbb..<img src ="http://www.phpweblog.net/lemon2maple/aggbug/1286.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.phpweblog.net/lemon2maple/" target="_blank">wofeiwo</a> 2007-05-31 11:15 <a href="http://www.phpweblog.net/lemon2maple/archive/2007/05/31/1199.html#1286#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: PHP的单字节匹配原则</title><link>http://www.phpweblog.net/lemon2maple/archive/2007/05/30/1199.html#1280</link><dc:creator>Maple-x</dc:creator><author>Maple-x</author><pubDate>Wed, 30 May 2007 08:15:00 GMT</pubDate><guid>http://www.phpweblog.net/lemon2maple/archive/2007/05/30/1199.html#1280</guid><description><![CDATA[最要名的就是没办法绕过magic...<br>用mysql_escape_string来处理单引号，貌似这样的情况不多啊<img src ="http://www.phpweblog.net/lemon2maple/aggbug/1280.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.phpweblog.net/lemon2maple/" target="_blank">Maple-x</a> 2007-05-30 16:15 <a href="http://www.phpweblog.net/lemon2maple/archive/2007/05/30/1199.html#1280#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: PHP的单字节匹配原则</title><link>http://www.phpweblog.net/lemon2maple/archive/2007/05/30/1199.html#1279</link><dc:creator>wofeiwo</dc:creator><author>wofeiwo</author><pubDate>Wed, 30 May 2007 08:08:00 GMT</pubDate><guid>http://www.phpweblog.net/lemon2maple/archive/2007/05/30/1199.html#1279</guid><description><![CDATA[能否通过这个特点出现一个单引号呢？<br><br>能,记得以前有个paper是说mysql_escape_string处理utf7的时候就是这个原因导致可以单引号注射进去<img src ="http://www.phpweblog.net/lemon2maple/aggbug/1279.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.phpweblog.net/lemon2maple/" target="_blank">wofeiwo</a> 2007-05-30 16:08 <a href="http://www.phpweblog.net/lemon2maple/archive/2007/05/30/1199.html#1279#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 【转】MySQL优化基本设计</title><link>http://www.phpweblog.net/lemon2maple/archive/2007/05/30/1244.html#1278</link><dc:creator>Maple-x</dc:creator><author>Maple-x</author><pubDate>Wed, 30 May 2007 01:29:00 GMT</pubDate><guid>http://www.phpweblog.net/lemon2maple/archive/2007/05/30/1244.html#1278</guid><description><![CDATA[呵呵，发现这个还行，记点杂七杂八的东西。<img src ="http://www.phpweblog.net/lemon2maple/aggbug/1278.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.phpweblog.net/lemon2maple/" target="_blank">Maple-x</a> 2007-05-30 09:29 <a href="http://www.phpweblog.net/lemon2maple/archive/2007/05/30/1244.html#1278#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 【转】MySQL优化基本设计</title><link>http://www.phpweblog.net/lemon2maple/archive/2007/05/29/1244.html#1277</link><dc:creator>wofeiwo</dc:creator><author>wofeiwo</author><pubDate>Tue, 29 May 2007 14:31:00 GMT</pubDate><guid>http://www.phpweblog.net/lemon2maple/archive/2007/05/29/1244.html#1277</guid><description><![CDATA[.....刚发现你在这里..<img src ="http://www.phpweblog.net/lemon2maple/aggbug/1277.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.phpweblog.net/lemon2maple/" target="_blank">wofeiwo</a> 2007-05-29 22:31 <a href="http://www.phpweblog.net/lemon2maple/archive/2007/05/29/1244.html#1277#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>