View Single Post
ישן 04-11-08, 12:45   # 5
Shon12
חבר מתקדם
 
מיני פרופיל
תאריך הצטרפות: Oct 2007
הודעות: 354

Shon12 לא מחובר  

עושה את העבודה קלה יותר .
קוד:
PHP קוד:
<?php
    error_reporting
(0);
    if (!
file_get_contents("http://www.youtube.com/watch?v=_rBbFBSyZf0s"))
    {
    Die(
"Video Error!");
    }
    else {
    echo 
file_get_contents("http://www.youtube.com/watch?v=_rBbFBSyZf0s");
    }
?>
__________________
Projector Lamps
  Reply With Quote