<?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: I need some PHP assistance</title>
	<atom:link href="http://seesmicworldproject.com/2008/01/14/i-need-some-php-assistance/feed/" rel="self" type="application/rss+xml" />
	<link>http://seesmicworldproject.com/2008/01/14/i-need-some-php-assistance/</link>
	<description>DISCOVERING THE WORLD ONE SEESMIC AT A TIME!</description>
	<pubDate>Thu, 11 Mar 2010 13:17:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Critter</title>
		<link>http://seesmicworldproject.com/2008/01/14/i-need-some-php-assistance/#comment-6</link>
		<dc:creator>Critter</dc:creator>
		<pubDate>Mon, 14 Jan 2008 17:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://seesmicworldproject.com/2008/01/14/i-need-some-php-assistance/#comment-6</guid>
		<description>Thanks all. I was able to get it sorted.</description>
		<content:encoded><![CDATA[<p>Thanks all. I was able to get it sorted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: momktg</title>
		<link>http://seesmicworldproject.com/2008/01/14/i-need-some-php-assistance/#comment-5</link>
		<dc:creator>momktg</dc:creator>
		<pubDate>Mon, 14 Jan 2008 16:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://seesmicworldproject.com/2008/01/14/i-need-some-php-assistance/#comment-5</guid>
		<description>Hey Critter, saw your post... haven't played with PHP in a while but based on what you describe... I think this might help: http://www.paxer.info/scripts/view.php?script=locations/locations.php

Hope it helps.. Cheers.</description>
		<content:encoded><![CDATA[<p>Hey Critter, saw your post&#8230; haven&#8217;t played with PHP in a while but based on what you describe&#8230; I think this might help: <a href="http://www.paxer.info/scripts/view.php?script=locations/locations.php" rel="nofollow">http://www.paxer.info/scripts/view.php?script=locations/locations.php</a></p>
<p>Hope it helps.. Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas Araujo</title>
		<link>http://seesmicworldproject.com/2008/01/14/i-need-some-php-assistance/#comment-4</link>
		<dc:creator>Lucas Araujo</dc:creator>
		<pubDate>Mon, 14 Jan 2008 16:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://seesmicworldproject.com/2008/01/14/i-need-some-php-assistance/#comment-4</guid>
		<description>Hi, critter!

you can create a array and then use the title as a key:

$combine = array();

{ // the loop begins

	if (!array_key_exists($title, $combine)) {
		$combine[ $title ] = array();
	}
	$combine[ $title ][] = $content;

} // the loop ends

// So, you can iterate through it

foreach($combine as $title =&#62; $arrayOfContents) {

}

I can't direct message you :-(

Bye,
Lucas</description>
		<content:encoded><![CDATA[<p>Hi, critter!</p>
<p>you can create a array and then use the title as a key:</p>
<p>$combine = array();</p>
<p>{ // the loop begins</p>
<p>	if (!array_key_exists($title, $combine)) {<br />
		$combine[ $title ] = array();<br />
	}<br />
	$combine[ $title ][] = $content;</p>
<p>} // the loop ends</p>
<p>// So, you can iterate through it</p>
<p>foreach($combine as $title =&gt; $arrayOfContents) {</p>
<p>}</p>
<p>I can&#8217;t direct message you <img src='http://seesmicworldproject.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Bye,<br />
Lucas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas Araujo</title>
		<link>http://seesmicworldproject.com/2008/01/14/i-need-some-php-assistance/#comment-3</link>
		<dc:creator>Lucas Araujo</dc:creator>
		<pubDate>Mon, 14 Jan 2008 16:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://seesmicworldproject.com/2008/01/14/i-need-some-php-assistance/#comment-3</guid>
		<description>Hi, critter!

you can create a array and then use the title as a key:

 $arrayOfContents) {

}

?&#62;


I can't direct message you :-(

Bye,
Lucas</description>
		<content:encoded><![CDATA[<p>Hi, critter!</p>
<p>you can create a array and then use the title as a key:</p>
<p> $arrayOfContents) {</p>
<p>}</p>
<p>?&gt;</p>
<p>I can&#8217;t direct message you <img src='http://seesmicworldproject.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Bye,<br />
Lucas</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.579 seconds -->
