<?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: How to Choose the Optimal MySQL Data Type</title>
	<atom:link href="http://www.developwebsites.net/choose-optimal-mysql-data-type/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.developwebsites.net/choose-optimal-mysql-data-type/</link>
	<description>Learn HTML, JavaScript, CSS, PHP, MySQL, SEO</description>
	<lastBuildDate>Mon, 07 Mar 2011 20:40:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Deadpan110</title>
		<link>http://www.developwebsites.net/choose-optimal-mysql-data-type/comment-page-1/#comment-512</link>
		<dc:creator>Deadpan110</dc:creator>
		<pubDate>Sun, 22 Aug 2010 14:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.developwebsites.net/?p=57#comment-512</guid>
		<description>Thanks for providing a nice and simple reference.

I like to think I am an adept coder, but I always turn to Google for reference - I was looking for the optimal method to store a Unix timestamp and found the answer here.

I am now wondering if my code will still be in use after the 19th January 2038 and your explanation of MySQL Dates has given me food for thought.</description>
		<content:encoded><![CDATA[<p>Thanks for providing a nice and simple reference.</p>
<p>I like to think I am an adept coder, but I always turn to Google for reference &#8211; I was looking for the optimal method to store a Unix timestamp and found the answer here.</p>
<p>I am now wondering if my code will still be in use after the 19th January 2038 and your explanation of MySQL Dates has given me food for thought.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barnaby Knowles</title>
		<link>http://www.developwebsites.net/choose-optimal-mysql-data-type/comment-page-1/#comment-144</link>
		<dc:creator>Barnaby Knowles</dc:creator>
		<pubDate>Sun, 16 May 2010 20:10:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.developwebsites.net/?p=57#comment-144</guid>
		<description>Hi Sathish. You can store multi-line text in a column that uses the &lt;em&gt;text&lt;/em&gt; data type.

It may also be possible to store multi-line text in a &lt;em&gt;varchar&lt;/em&gt; column if you inserted the appropriate line break characters, but I&#039;ve never tried that.</description>
		<content:encoded><![CDATA[<p>Hi Sathish. You can store multi-line text in a column that uses the <em>text</em> data type.</p>
<p>It may also be possible to store multi-line text in a <em>varchar</em> column if you inserted the appropriate line break characters, but I&#8217;ve never tried that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sathish</title>
		<link>http://www.developwebsites.net/choose-optimal-mysql-data-type/comment-page-1/#comment-141</link>
		<dc:creator>sathish</dc:creator>
		<pubDate>Fri, 14 May 2010 15:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.developwebsites.net/?p=57#comment-141</guid>
		<description>how to store multi line text in mysql?
I&#039;m not getting any idea yet... please help!!!</description>
		<content:encoded><![CDATA[<p>how to store multi line text in mysql?<br />
I&#8217;m not getting any idea yet&#8230; please help!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

