Loading feeds followed by: = preg_replace('(^https?://)', '', $url) ?>
document.getElementById("refreshInfo").innerHTML = "Updating feed from:"'; foreach ($twtFollowingList as $following) { //ob_start(); $float = $i / $total; $percent = intval($float * 100) . "%"; $feed = $following[1]; //$feed = preg_replace('(^https?://)', '', $feed); //$feed = $following[0].'@'. parse_url($following[1], PHP_URL_HOST); $feed = "{$following[0]} ({$following[1]})"; // Javascript for updating the progress bar and information echo ""; updateCachedFile($following[1]); ob_flush(); // Send output to browser immediately flush(); $i++; } // Tell user that the process is completed echo '';