<?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: Introduction to PHP’s Serialize Function</title>
	<atom:link href="http://www.catchmyfame.com/2009/09/29/introduction-to-php%e2%80%99s-serialize-function/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.catchmyfame.com/2009/09/29/introduction-to-php%e2%80%99s-serialize-function/</link>
	<description>A web designoper's journal</description>
	<lastBuildDate>Tue, 07 Sep 2010 03:24:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Can Berkol</title>
		<link>http://www.catchmyfame.com/2009/09/29/introduction-to-php%e2%80%99s-serialize-function/comment-page-1/#comment-7912</link>
		<dc:creator>Can Berkol</dc:creator>
		<pubDate>Tue, 27 Jul 2010 05:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.catchmyfame.com/?p=316#comment-7912</guid>
		<description>One other thing I&#039;m experiencing - although very infrequenty - is that serialize() creates a wrong string with some $_POST data. I&#039;m not 100% sure about the validity of this issue yet; however there is a hint about its existence so I wanted to note it.</description>
		<content:encoded><![CDATA[<p>One other thing I&#8217;m experiencing &#8211; although very infrequenty &#8211; is that serialize() creates a wrong string with some $_POST data. I&#8217;m not 100% sure about the validity of this issue yet; however there is a hint about its existence so I wanted to note it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nijikokun</title>
		<link>http://www.catchmyfame.com/2009/09/29/introduction-to-php%e2%80%99s-serialize-function/comment-page-1/#comment-5412</link>
		<dc:creator>Nijikokun</dc:creator>
		<pubDate>Tue, 29 Dec 2009 07:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.catchmyfame.com/?p=316#comment-5412</guid>
		<description>I created a script for playing around with these functions a while back. Its pretty neat however, serialize() function in php displays nothing if the text isn&#039;t serialized. you can check out the script here: http://anigaiku.com/serialize.php</description>
		<content:encoded><![CDATA[<p>I created a script for playing around with these functions a while back. Its pretty neat however, serialize() function in php displays nothing if the text isn&#8217;t serialized. you can check out the script here: <a href="http://anigaiku.com/serialize.php" rel="nofollow">http://anigaiku.com/serialize.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.catchmyfame.com/2009/09/29/introduction-to-php%e2%80%99s-serialize-function/comment-page-1/#comment-5393</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 22 Dec 2009 17:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.catchmyfame.com/?p=316#comment-5393</guid>
		<description>Well serialize() doesn&#039;t obviate the need for a table; you&#039;ll need to store the comment form data in a table or a file. The question is what format is better to store your data in? Should you store the comment form data in a table using serialize() or using separate fields, or should you store the data in a flat text file using serialize() or a delimiter?
If your comment form has a fixed set of fields that probably won&#039;t change over time, then I&#039;d use defined fields (table or flat file) instead of serializing. If the data you&#039;re collecting will change over time, then serialize may be a better option.</description>
		<content:encoded><![CDATA[<p>Well serialize() doesn&#8217;t obviate the need for a table; you&#8217;ll need to store the comment form data in a table or a file. The question is what format is better to store your data in? Should you store the comment form data in a table using serialize() or using separate fields, or should you store the data in a flat text file using serialize() or a delimiter?<br />
If your comment form has a fixed set of fields that probably won&#8217;t change over time, then I&#8217;d use defined fields (table or flat file) instead of serializing. If the data you&#8217;re collecting will change over time, then serialize may be a better option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marcin</title>
		<link>http://www.catchmyfame.com/2009/09/29/introduction-to-php%e2%80%99s-serialize-function/comment-page-1/#comment-5392</link>
		<dc:creator>marcin</dc:creator>
		<pubDate>Tue, 22 Dec 2009 05:17:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.catchmyfame.com/?p=316#comment-5392</guid>
		<description>Nice article. Would you use serialize function for a simple script that records comments instead of building full table with all the necessary columns?</description>
		<content:encoded><![CDATA[<p>Nice article. Would you use serialize function for a simple script that records comments instead of building full table with all the necessary columns?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
