<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MarcelMarnix.Com &#187; PHP</title>
	<atom:link href="http://marcelmarnix.com/wordpress/category/oplossing/programmeren/php/feed" rel="self" type="application/rss+xml" />
	<link>http://marcelmarnix.com/wordpress</link>
	<description>MarcelMarnix.Com Codigniter &#38; Doctrine Tips Trucks en Lessen</description>
	<lastBuildDate>Thu, 23 Feb 2012 11:14:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Deprecated: Function eregi() is deprecated in</title>
		<link>http://marcelmarnix.com/wordpress/artikelen/deprecated-function-eregi-is-deprecated-in</link>
		<comments>http://marcelmarnix.com/wordpress/artikelen/deprecated-function-eregi-is-deprecated-in#comments</comments>
		<pubDate>Tue, 01 Jun 2010 09:56:06 +0000</pubDate>
		<dc:creator>MarcelMarnix</dc:creator>
				<category><![CDATA[Artikelen]]></category>
		<category><![CDATA[Oplossingen]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programmeren]]></category>

		<guid isPermaLink="false">http://marcelmarnix.com/wordpress/?p=198</guid>
		<description><![CDATA[Deprecated: Function eregi() is deprecated in &#8230; on line &#8230;
Oplossing: vervang alle eregi door mb_ereg
Solution: Replace all eregi by mb_ereg
(Ik heb wel eens preg_match gebruikt maar dit stuit op meer errors.)

]]></description>
			<content:encoded><![CDATA[<h1><img class="alignleft size-full wp-image-200" title="phplogo" src="http://marcelmarnix.com/wordpress/wp-content/uploads/2010/06/phplogo.jpg" alt="phplogo" width="150" height="150" />Deprecated: Function eregi() is deprecated in &#8230; on line &#8230;</h1>
<h2>Oplossing: vervang alle <strong>eregi</strong> door <strong>mb_ereg</strong></h2>
<h2>Solution: Replace all <strong>eregi</strong> by <strong>mb_ereg</strong></h2>
<pre><strong>(Ik heb wel eens preg_match gebruikt maar dit stuit op meer errors.)
</strong></pre>
]]></content:encoded>
			<wfw:commentRss>http://marcelmarnix.com/wordpress/artikelen/deprecated-function-eregi-is-deprecated-in/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

