<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: MySQL&#8217;s REPLACE() Is PHP&#8217;s&#160;STR_REPLACE()</title> <atom:link href="http://davidwalsh.name/mysqls-replace-phps-strreplace/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/mysqls-replace-phps-strreplace</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 14:25:32 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: coder</title><link>http://davidwalsh.name/mysqls-replace-phps-strreplace/comment-page-1#comment-27430</link> <dc:creator>coder</dc:creator> <pubDate>Thu, 03 Nov 2011 08:51:48 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/mysqls-replace-phps-strreplace#comment-27430</guid> <description>Amazing how much people don&#039;t know about MySQL built in functions.</description> <content:encoded><![CDATA[<p>Amazing how much people don&#8217;t know about MySQL built in functions.</p> ]]></content:encoded> </item> <item><title>By: none</title><link>http://davidwalsh.name/mysqls-replace-phps-strreplace/comment-page-1#comment-26557</link> <dc:creator>none</dc:creator> <pubDate>Tue, 16 Aug 2011 08:07:05 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/mysqls-replace-phps-strreplace#comment-26557</guid> <description>Anyone who stores their presentation code in a database without differentiating the tags from the text using HTMLENTITIES() deserves to have this happen.You, sir, deserve what you get.</description> <content:encoded><![CDATA[<p>Anyone who stores their presentation code in a database without differentiating the tags from the text using HTMLENTITIES() deserves to have this happen.</p><p>You, sir, deserve what you get.</p> ]]></content:encoded> </item> <item><title>By: Nathan</title><link>http://davidwalsh.name/mysqls-replace-phps-strreplace/comment-page-1#comment-21172</link> <dc:creator>Nathan</dc:creator> <pubDate>Mon, 01 Nov 2010 17:12:22 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/mysqls-replace-phps-strreplace#comment-21172</guid> <description>The PHP function htmlentities() will make the &gt; into a html entity that your browser wont parse into an element.</description> <content:encoded><![CDATA[<p>The PHP function htmlentities() will make the &gt; into a html entity that your browser wont parse into an element.</p> ]]></content:encoded> </item> <item><title>By: Ain</title><link>http://davidwalsh.name/mysqls-replace-phps-strreplace/comment-page-1#comment-15630</link> <dc:creator>Ain</dc:creator> <pubDate>Tue, 26 Jan 2010 18:54:50 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/mysqls-replace-phps-strreplace#comment-15630</guid> <description>@Tom: that&#039;s a somewhat controversial statement. See the benchmark at http://net-beta.net/ubench/</description> <content:encoded><![CDATA[<p>@Tom: that&#8217;s a somewhat controversial statement. See the benchmark at <a
href="http://net-beta.net/ubench/" rel="nofollow">http://net-beta.net/ubench/</a></p> ]]></content:encoded> </item> <item><title>By: mauladi</title><link>http://davidwalsh.name/mysqls-replace-phps-strreplace/comment-page-1#comment-15529</link> <dc:creator>mauladi</dc:creator> <pubDate>Sat, 23 Jan 2010 04:06:13 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/mysqls-replace-phps-strreplace#comment-15529</guid> <description>thanks David, for REPLACE(content,&#039;b&gt;&#039;,&#039;strong&gt;&#039;);</description> <content:encoded><![CDATA[<p>thanks David, for REPLACE(content,&#8217;b&gt;&#8217;,'strong&gt;&#8217;);</p> ]]></content:encoded> </item> <item><title>By: Garrett Griffin</title><link>http://davidwalsh.name/mysqls-replace-phps-strreplace/comment-page-1#comment-12546</link> <dc:creator>Garrett Griffin</dc:creator> <pubDate>Thu, 08 Oct 2009 14:38:01 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/mysqls-replace-phps-strreplace#comment-12546</guid> <description>Thanks, exactly what I was looking for. I love blogs that help answer really simple questions with really simple answers.</description> <content:encoded><![CDATA[<p>Thanks, exactly what I was looking for. I love blogs that help answer really simple questions with really simple answers.</p> ]]></content:encoded> </item> <item><title>By: F</title><link>http://davidwalsh.name/mysqls-replace-phps-strreplace/comment-page-1#comment-8464</link> <dc:creator>F</dc:creator> <pubDate>Mon, 30 Mar 2009 01:43:47 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/mysqls-replace-phps-strreplace#comment-8464</guid> <description>no need to backup..
you simplycreate temporary table foo select * from bar;
do stuff with foo;
select * from foo;when its done foo disapears.. now if u like what u see you comment outter lines.. keeping the
do stuff with foo.</description> <content:encoded><![CDATA[<p>no need to backup..<br
/> you simply</p><p>create temporary table foo select * from bar;<br
/> do stuff with foo;<br
/> select * from foo;</p><p>when its done foo disapears.. now if u like what u see you comment outter lines.. keeping the<br
/> do stuff with foo.</p> ]]></content:encoded> </item> <item><title>By: Yusuf</title><link>http://davidwalsh.name/mysqls-replace-phps-strreplace/comment-page-1#comment-4178</link> <dc:creator>Yusuf</dc:creator> <pubDate>Fri, 12 Dec 2008 20:52:09 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/mysqls-replace-phps-strreplace#comment-4178</guid> <description>it is better then using php&#039;s str&#095;replace() function. You dont need to create loops only you use replace() it is more faster.</description> <content:encoded><![CDATA[<p>it is better then using php&#8217;s str&#95;replace() function. You dont need to create loops only you use replace() it is more faster.</p> ]]></content:encoded> </item> <item><title>By: Yusuf</title><link>http://davidwalsh.name/mysqls-replace-phps-strreplace/comment-page-1#comment-4173</link> <dc:creator>Yusuf</dc:creator> <pubDate>Fri, 12 Dec 2008 09:59:22 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/mysqls-replace-phps-strreplace#comment-4173</guid> <description>Thank you for this. now i need to change my str&#095;replace(); functions into mysql replace() function. it is more quicker than doing same job in php. &lt;a href=&quot;http://www.ysuf.net/?p=62&quot; rel=&quot;nofollow&quot;&gt;blogged this&lt;/a&gt;</description> <content:encoded><![CDATA[<p>Thank you for this. now i need to change my str&#95;replace(); functions into mysql replace() function. it is more quicker than doing same job in php. <a
href="http://www.ysuf.net/?p=62" rel="nofollow">blogged this</a></p> ]]></content:encoded> </item> <item><title>By: jacobain</title><link>http://davidwalsh.name/mysqls-replace-phps-strreplace/comment-page-1#comment-3635</link> <dc:creator>jacobain</dc:creator> <pubDate>Fri, 31 Oct 2008 13:10:53 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/mysqls-replace-phps-strreplace#comment-3635</guid> <description>Wonderful! It works just fine even when used in the WHERE clause... thanks alot..</description> <content:encoded><![CDATA[<p>Wonderful! It works just fine even when used in the WHERE clause&#8230; thanks alot..</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/19 queries in 0.013 seconds using disk: basic
Object Caching 865/870 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 10:33:13 -->
