Screenshot: (below 'MyDataFlows')
Code that produces the date and location update:
foreach ($locationxml->entry->title as $locationitem) {
if($locationcounter < 1){
$locationcounter=$locationcounter+1;
}
//grabs the latest feed for location update, date and place
print "$location$locationitem'

No comments:
Post a Comment