<?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"
	>
<channel>
	<title>Comments on: PHP Mysql tips</title>
	<atom:link href="http://www.thespanner.co.uk/2007/07/23/php-mysql-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thespanner.co.uk/2007/07/23/php-mysql-tips/</link>
	<description>A tool for designers dealing with programmers dealing with designers...</description>
	<pubDate>Mon, 15 Mar 2010 05:53:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: vishal</title>
		<link>http://www.thespanner.co.uk/2007/07/23/php-mysql-tips/#comment-1646</link>
		<dc:creator>vishal</dc:creator>
		<pubDate>Sat, 28 Nov 2009 05:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/07/23/php-mysql-tips/#comment-1646</guid>
		<description>Very Good Practise... i have Done this Practially its works perfeclty</description>
		<content:encoded><![CDATA[<p>Very Good Practise&#8230; i have Done this Practially its works perfeclty</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giulio</title>
		<link>http://www.thespanner.co.uk/2007/07/23/php-mysql-tips/#comment-1566</link>
		<dc:creator>Giulio</dc:creator>
		<pubDate>Sat, 06 Jun 2009 13:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/07/23/php-mysql-tips/#comment-1566</guid>
		<description>Thanks, join is always a pain in the ***.
Check this tutorial on joins for some more info http://buup.mephir.com/read/11/sql-join-close-up-what-when-and-how.html</description>
		<content:encoded><![CDATA[<p>Thanks, join is always a pain in the ***.<br />
Check this tutorial on joins for some more info <a href="http://buup.mephir.com/read/11/sql-join-close-up-what-when-and-how.html" rel="nofollow">http://buup.mephir.com/read/11/sql-join-close-up-what-when-and-how.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Heyes</title>
		<link>http://www.thespanner.co.uk/2007/07/23/php-mysql-tips/#comment-1265</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Mon, 21 Jul 2008 08:17:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/07/23/php-mysql-tips/#comment-1265</guid>
		<description>@Bijay

I wrote a email management system log which had the following structure:-
ID
TableName
PrimaryKeyName
Action
LogDate
UserID
ClientID

This allows you to ask questions like How many times to user X update table X on whatever date.</description>
		<content:encoded><![CDATA[<p>@Bijay</p>
<p>I wrote a email management system log which had the following structure:-<br />
ID<br />
TableName<br />
PrimaryKeyName<br />
Action<br />
LogDate<br />
UserID<br />
ClientID</p>
<p>This allows you to ask questions like How many times to user X update table X on whatever date.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bijay Rungta</title>
		<link>http://www.thespanner.co.uk/2007/07/23/php-mysql-tips/#comment-1262</link>
		<dc:creator>Bijay Rungta</dc:creator>
		<pubDate>Sat, 19 Jul 2008 11:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/07/23/php-mysql-tips/#comment-1262</guid>
		<description>Ho do you propose to achieve #5

5. Use a separate logging table or transactions for logs of table updates, deletes etc.

Any recommendation for the database structure for a general table????</description>
		<content:encoded><![CDATA[<p>Ho do you propose to achieve #5</p>
<p>5. Use a separate logging table or transactions for logs of table updates, deletes etc.</p>
<p>Any recommendation for the database structure for a general table????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.thespanner.co.uk/2007/07/23/php-mysql-tips/#comment-1153</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Fri, 29 Feb 2008 13:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/07/23/php-mysql-tips/#comment-1153</guid>
		<description>nice tips , i'm using PHP for 5 years but didn't know all your examples !

I was looking for a lowercase query and found somewhere else : 


select * FROM hardware WHERE name regexp '$name'

REGEXP isn't case sensitive. So, problem solved kinda...</description>
		<content:encoded><![CDATA[<p>nice tips , i&#8217;m using PHP for 5 years but didn&#8217;t know all your examples !</p>
<p>I was looking for a lowercase query and found somewhere else : </p>
<p>select * FROM hardware WHERE name regexp &#8216;$name&#8217;</p>
<p>REGEXP isn&#8217;t case sensitive. So, problem solved kinda&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.thespanner.co.uk/2007/07/23/php-mysql-tips/#comment-821</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Tue, 13 Nov 2007 16:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/07/23/php-mysql-tips/#comment-821</guid>
		<description>Very nice, I wrote a similar article on TalkPHP.com and I was amazed to find that a lot of programmers who used MySQL were blissfully unaware of such statements - like if statements! How can they not know?</description>
		<content:encoded><![CDATA[<p>Very nice, I wrote a similar article on TalkPHP.com and I was amazed to find that a lot of programmers who used MySQL were blissfully unaware of such statements - like if statements! How can they not know?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Heyes</title>
		<link>http://www.thespanner.co.uk/2007/07/23/php-mysql-tips/#comment-485</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Sun, 02 Sep 2007 17:14:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/07/23/php-mysql-tips/#comment-485</guid>
		<description>ooooo ya got me LOL

ENDSARCASM.</description>
		<content:encoded><![CDATA[<p>ooooo ya got me LOL</p>
<p>ENDSARCASM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asd</title>
		<link>http://www.thespanner.co.uk/2007/07/23/php-mysql-tips/#comment-483</link>
		<dc:creator>asd</dc:creator>
		<pubDate>Sun, 02 Sep 2007 16:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/07/23/php-mysql-tips/#comment-483</guid>
		<description>phpinfo();</description>
		<content:encoded><![CDATA[<p>phpinfo();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Heyes</title>
		<link>http://www.thespanner.co.uk/2007/07/23/php-mysql-tips/#comment-342</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Wed, 08 Aug 2007 15:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/07/23/php-mysql-tips/#comment-342</guid>
		<description>Yep performance test everything because it can vary between datasets a lot, I found some things a lot faster than others but you might not get the same results based on your data so keep that in mind. I'm glad the blog helped :)</description>
		<content:encoded><![CDATA[<p>Yep performance test everything because it can vary between datasets a lot, I found some things a lot faster than others but you might not get the same results based on your data so keep that in mind. I&#8217;m glad the blog helped <img src='http://www.thespanner.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Solidus Obscura</title>
		<link>http://www.thespanner.co.uk/2007/07/23/php-mysql-tips/#comment-340</link>
		<dc:creator>Solidus Obscura</dc:creator>
		<pubDate>Wed, 08 Aug 2007 15:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/07/23/php-mysql-tips/#comment-340</guid>
		<description>Yeah, I did sub-queries a lot in a previous job which is why it just occurred to me, since (1,2,3) is really just like a result set of a sub-query. I actually just did a performance test with a different site I'm working on and found little difference in load times. I'll have to do more testing (preferably with more concurrent users).

Thanks for all the tips. Of course, I should and will performance test all of the advice, but it's nice knowing things you didn't before.</description>
		<content:encoded><![CDATA[<p>Yeah, I did sub-queries a lot in a previous job which is why it just occurred to me, since (1,2,3) is really just like a result set of a sub-query. I actually just did a performance test with a different site I&#8217;m working on and found little difference in load times. I&#8217;ll have to do more testing (preferably with more concurrent users).</p>
<p>Thanks for all the tips. Of course, I should and will performance test all of the advice, but it&#8217;s nice knowing things you didn&#8217;t before.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
