<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: sql injection 을 피하기위한 간단한 방법…</title>
	<atom:link href="http://b.mytears.org/2007/10/609/feed" rel="self" type="application/rss+xml" />
	<link>http://b.mytears.org/2007/10/609</link>
	<description>평범한 일상 속의 보석찾기..</description>
	<lastBuildDate>Tue, 23 Feb 2010 12:30:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 정태영</title>
		<link>http://b.mytears.org/2007/10/609/comment-page-1#comment-82975</link>
		<dc:creator>정태영</dc:creator>
		<pubDate>Thu, 25 Oct 2007 16:34:13 +0000</pubDate>
		<guid isPermaLink="false">http://b.mytears.org/2007/10/609#comment-82975</guid>
		<description>이런 맛에 스크립트를 못등지겠어요. 만약 공통되게 include 하는 파일이 없고, 수정해야할 파일이 많다! 싶다면 저런 코드를 넣은 파일을 /home/common/avoid_sql_injection.php 정도로 만들고 .htaccess 에 아래 코드를 넣어줘도 되요. +_+

php_value auto_prepend_file /home/common/avoid_sql_injection.php

약간 야매긴 하지만 하튼 array_map 이나 auto_prepend_file 같은 건 알아두면 대게 유용하게 써먹을 수 있을 것 같아요. 흐흣</description>
		<content:encoded><![CDATA[<p>이런 맛에 스크립트를 못등지겠어요. 만약 공통되게 include 하는 파일이 없고, 수정해야할 파일이 많다! 싶다면 저런 코드를 넣은 파일을 /home/common/avoid_sql_injection.php 정도로 만들고 .htaccess 에 아래 코드를 넣어줘도 되요. +_+</p>
<p>php_value auto_prepend_file /home/common/avoid_sql_injection.php</p>
<p>약간 야매긴 하지만 하튼 array_map 이나 auto_prepend_file 같은 건 알아두면 대게 유용하게 써먹을 수 있을 것 같아요. 흐흣</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 신현석</title>
		<link>http://b.mytears.org/2007/10/609/comment-page-1#comment-82971</link>
		<dc:creator>신현석</dc:creator>
		<pubDate>Thu, 25 Oct 2007 14:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://b.mytears.org/2007/10/609#comment-82971</guid>
		<description>조쿤요!</description>
		<content:encoded><![CDATA[<p>조쿤요!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
