'; $start = strpos($output, $start_string, 0) + strlen($start_string); $end = strpos($output, '', $start); $tweet = substr($output, $start, $end-$start); // display this tweet to the screen echo(trim($tweet)."\n"); ?>