<?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: Membenarkan fungsi ereg yang telah ditinggalkan (deprecated) di PHP 5.3</title>
	<atom:link href="http://blog.christianchandra.com/programming/php/membenarkan-fungsi-ereg-yang-telah-ditinggalkan-deprecated-di-php-5-3/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.christianchandra.com/programming/php/membenarkan-fungsi-ereg-yang-telah-ditinggalkan-deprecated-di-php-5-3</link>
	<description>when code and style meet</description>
	<lastBuildDate>Thu, 19 Jan 2012 10:11:56 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: amweb</title>
		<link>http://blog.christianchandra.com/programming/php/membenarkan-fungsi-ereg-yang-telah-ditinggalkan-deprecated-di-php-5-3/comment-page-1#comment-3575</link>
		<dc:creator>amweb</dc:creator>
		<pubDate>Sun, 08 Jan 2012 06:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christianchandra.com/?p=136#comment-3575</guid>
		<description>siip trimaksi infonya bermanfaat sekali ...</description>
		<content:encoded><![CDATA[<p>siip trimaksi infonya bermanfaat sekali &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mu2n</title>
		<link>http://blog.christianchandra.com/programming/php/membenarkan-fungsi-ereg-yang-telah-ditinggalkan-deprecated-di-php-5-3/comment-page-1#comment-3525</link>
		<dc:creator>mu2n</dc:creator>
		<pubDate>Thu, 29 Dec 2011 20:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christianchandra.com/?p=136#comment-3525</guid>
		<description>@anggar: coba aja ganti ereg_replace dengan str_replace, mungkin bisa...hehe :-D</description>
		<content:encoded><![CDATA[<p>@anggar: coba aja ganti ereg_replace dengan str_replace, mungkin bisa&#8230;hehe <img src='http://blog.christianchandra.com/wp-content/plugins/smilies-themer/pidgin/smile-big.png' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Mustafa</title>
		<link>http://blog.christianchandra.com/programming/php/membenarkan-fungsi-ereg-yang-telah-ditinggalkan-deprecated-di-php-5-3/comment-page-1#comment-3519</link>
		<dc:creator>Ian Mustafa</dc:creator>
		<pubDate>Thu, 29 Dec 2011 10:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christianchandra.com/?p=136#comment-3519</guid>
		<description>coba ganti dengan fungsi berikut :
if (preg_match(‘#http://#’, $q) or !file_exists(“$q.php”))</description>
		<content:encoded><![CDATA[<p>coba ganti dengan fungsi berikut :<br />
if (preg_match(‘#http://#’, $q) or !file_exists(“$q.php”))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anggar</title>
		<link>http://blog.christianchandra.com/programming/php/membenarkan-fungsi-ereg-yang-telah-ditinggalkan-deprecated-di-php-5-3/comment-page-1#comment-2927</link>
		<dc:creator>anggar</dc:creator>
		<pubDate>Mon, 07 Nov 2011 08:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christianchandra.com/?p=136#comment-2927</guid>
		<description>if (ereg(&#039;http://&#039;, $q) or !file_exists(&quot;$q.php&quot;)) ini scrip saya yang error sudah saya ganti dengan if (preg_match(&#039;http://&#039;, $q) or !file_exists(&quot;$q.php&quot;)) tapi masih error juga mas,,, erornya &quot;preg_match() [function.preg-match]: Delimiter must not be alphanumeric or backslash&quot; minta pencerahannya gan</description>
		<content:encoded><![CDATA[<p>if (ereg(&#8216;http://&#8217;, $q) or !file_exists(&#8220;$q.php&#8221;)) ini scrip saya yang error sudah saya ganti dengan if (preg_match(&#8216;http://&#8217;, $q) or !file_exists(&#8220;$q.php&#8221;)) tapi masih error juga mas,,, erornya &#8220;preg_match() [function.preg-match]: Delimiter must not be alphanumeric or backslash&#8221; minta pencerahannya gan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rianfz</title>
		<link>http://blog.christianchandra.com/programming/php/membenarkan-fungsi-ereg-yang-telah-ditinggalkan-deprecated-di-php-5-3/comment-page-1#comment-977</link>
		<dc:creator>rianfz</dc:creator>
		<pubDate>Sun, 24 Apr 2011 04:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christianchandra.com/?p=136#comment-977</guid>
		<description>ini yang ane lagi cari-cari.. (Y)  
makasih bang candra :-D</description>
		<content:encoded><![CDATA[<p>ini yang ane lagi cari-cari.. <img src='http://blog.christianchandra.com/wp-content/plugins/smilies-themer/pidgin/good.png' alt='(Y)' class='wp-smiley' /><br />
makasih bang candra <img src='http://blog.christianchandra.com/wp-content/plugins/smilies-themer/pidgin/smile-big.png' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Chandra</title>
		<link>http://blog.christianchandra.com/programming/php/membenarkan-fungsi-ereg-yang-telah-ditinggalkan-deprecated-di-php-5-3/comment-page-1#comment-485</link>
		<dc:creator>Christian Chandra</dc:creator>
		<pubDate>Wed, 17 Nov 2010 13:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christianchandra.com/?p=136#comment-485</guid>
		<description>sama - sama :-D</description>
		<content:encoded><![CDATA[<p>sama &#8211; sama <img src='http://blog.christianchandra.com/wp-content/plugins/smilies-themer/pidgin/smile-big.png' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ino</title>
		<link>http://blog.christianchandra.com/programming/php/membenarkan-fungsi-ereg-yang-telah-ditinggalkan-deprecated-di-php-5-3/comment-page-1#comment-236</link>
		<dc:creator>ino</dc:creator>
		<pubDate>Sat, 29 May 2010 03:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.christianchandra.com/?p=136#comment-236</guid>
		<description>thx oom chandra :)

(Y)  (Y)  (Y)  (Y)  (Y)  (Y)  (Y)  (Y)</description>
		<content:encoded><![CDATA[<p>thx oom chandra <img src='http://blog.christianchandra.com/wp-content/plugins/smilies-themer/pidgin/smile.png' alt=':)' class='wp-smiley' /> </p>
<p> <img src='http://blog.christianchandra.com/wp-content/plugins/smilies-themer/pidgin/good.png' alt='(Y)' class='wp-smiley' />  <img src='http://blog.christianchandra.com/wp-content/plugins/smilies-themer/pidgin/good.png' alt='(Y)' class='wp-smiley' />  <img src='http://blog.christianchandra.com/wp-content/plugins/smilies-themer/pidgin/good.png' alt='(Y)' class='wp-smiley' />  <img src='http://blog.christianchandra.com/wp-content/plugins/smilies-themer/pidgin/good.png' alt='(Y)' class='wp-smiley' />  <img src='http://blog.christianchandra.com/wp-content/plugins/smilies-themer/pidgin/good.png' alt='(Y)' class='wp-smiley' />  <img src='http://blog.christianchandra.com/wp-content/plugins/smilies-themer/pidgin/good.png' alt='(Y)' class='wp-smiley' />  <img src='http://blog.christianchandra.com/wp-content/plugins/smilies-themer/pidgin/good.png' alt='(Y)' class='wp-smiley' />  <img src='http://blog.christianchandra.com/wp-content/plugins/smilies-themer/pidgin/good.png' alt='(Y)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

