View Single Post
Old 09-29-2009, 05:40 AM  
irbobo
Confirmed User
 
irbobo's Avatar
 
Industry Role:
Join Date: Dec 2005
Posts: 410
in reference to my above post:

Code:
<?
	$mydata = data_to_array($str);
	
	foreach($mydata as $data)
	{
		echo $data['title']."<br />";
		echo $data['description']."<br />";
		echo "<hr />";
	}
?>
__________________
irbobo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote