2) { } function dateFormatting($date){ $temp=strtotime($date); $date=date("d M Y H:i", $temp); return $date; } //echo the data foreach ($tweeters->status as $twit1) { //This finds any links in $description $description = $twit1->text; $description = preg_replace("#(^|[\n ])@([^ \"\t\n\r<]*)#ise", "'\\1@\\2'", $description); $description = preg_replace("#(^|[\n ])([\w]+?://[\w]+[^ \"\n\r\t<]*)#ise", "'\\1\\2'", $description); $description = preg_replace("#(^|[\n ])((www|ftp)\.[^ \"\t\n\r<]*)#ise", "'\\1\\2'", $description); echo "