parse_str(file_get_contents('http://www.youtube.com/get_video_info?video_id='.$videoid), $bilgi);
echo $bilgi['length_seconds']; ?>
parse_str(file_get_contents('http://www.youtube.com/get_video_info?video_id='.$videoid), $bilgi);
echo $bilgi['length_seconds']; ?>