<?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>linein designs &#187; mysql</title>
	<atom:link href="http://www.linein.org/blog/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linein.org/blog</link>
	<description></description>
	<lastBuildDate>Tue, 13 Jul 2010 19:01:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>MySQL Full-Text Stopwords Array</title>
		<link>http://www.linein.org/blog/2008/11/10/mysql-full-text-stopwords-array/</link>
		<comments>http://www.linein.org/blog/2008/11/10/mysql-full-text-stopwords-array/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 20:54:59 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.linein.org/blog/?p=333</guid>
		<description><![CDATA[Below is an easy to use array of the default full-text stopwords in MySQL taken from MySQL.com. // LIST OF STOP WORDS: http://dev.mysql.com/doc/refman/5.0/en/fulltext-stopwords.html $array_stop_words = array('a\'s', 'able', 'about', 'above', 'according', 'accordingly', 'across', 'actually', 'after', 'afterwards', 'again', 'against', 'ain\'t', 'all', 'allow', 'allows', 'almost', 'alone', 'along', 'already', 'also', 'although', 'always', 'am', 'among', 'amongst', 'an', 'and', 'another', 'any', [...]]]></description>
		<wfw:commentRss>http://www.linein.org/blog/2008/11/10/mysql-full-text-stopwords-array/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Does Bellsouth know My Twin Brother?</title>
		<link>http://www.linein.org/blog/2007/05/28/does-bellsouth-know-my-twin-brother/</link>
		<comments>http://www.linein.org/blog/2007/05/28/does-bellsouth-know-my-twin-brother/#comments</comments>
		<pubDate>Tue, 29 May 2007 03:40:05 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[funny]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[pictures]]></category>
		<category><![CDATA[programing]]></category>

		<guid isPermaLink="false">http://linein.org/blog/2007/05/28/does-bellsouth-know-my-twin-brother/</guid>
		<description><![CDATA[I was going to be a good Bellsouth customer and try out their new &#8220;free&#8221; personality test when I get this SQL error. This can mean a whole heap of personal issues I&#8217;m going to have to deal with: I really do have a twin brother! I&#8217;m so common I get a SQL duplcate enty [...]]]></description>
		<wfw:commentRss>http://www.linein.org/blog/2007/05/28/does-bellsouth-know-my-twin-brother/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MySQL Return Single Data or Single Array with PHP</title>
		<link>http://www.linein.org/blog/2007/03/21/mysql-return-single-data-or-single-array-with-php/</link>
		<comments>http://www.linein.org/blog/2007/03/21/mysql-return-single-data-or-single-array-with-php/#comments</comments>
		<pubDate>Thu, 22 Mar 2007 02:43:01 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programing]]></category>

		<guid isPermaLink="false">http://linein.org/blog/2007/03/21/mysql-return-single-data-or-single-array-with-php/</guid>
		<description><![CDATA[Quite a few times during projects I only want to find a single value from the database. But rather than setting up WHILE loop, I&#8217;ve been using a quick function that does two things perfectly. Here&#8217;s the function: // returns single result function mysql_one_data($query) { $one=mysql_query($query); $r=mysql_fetch_row($one); return($r[0]); } // returns single array function mysql_one_array($query) [...]]]></description>
		<wfw:commentRss>http://www.linein.org/blog/2007/03/21/mysql-return-single-data-or-single-array-with-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Compare Two MySQL Tables</title>
		<link>http://www.linein.org/blog/2007/02/01/compare-two-mysql-tables/</link>
		<comments>http://www.linein.org/blog/2007/02/01/compare-two-mysql-tables/#comments</comments>
		<pubDate>Thu, 01 Feb 2007 17:23:59 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://linein.org/blog/2007/02/01/compare-two-mysql-tables/</guid>
		<description><![CDATA[The other day I needed to compare two tables and see what data was in one but not in the other. table_a is my main table that I want to update and table_b is my storage table that I have my updates in. The query below will return all records that are in table_b, but [...]]]></description>
		<wfw:commentRss>http://www.linein.org/blog/2007/02/01/compare-two-mysql-tables/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
