“; $rows = $xmlparseado->channel->row; foreach($rows as $key=>$row){ if($key ==’row’){ $row_string = ‘
  • ‘; $row_string.= ‘‘.$row->date.’‘; $row_string.= ‘‘.$row->time.’‘; $row_string.= ‘‘.$row->description.’‘; $row_string.= ‘‘.$row->imagethumb.’‘; $row_string.= ‘
  • ‘; $content.=$row_string; } } echo $content; echo ““; ?>