Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. <?php
  2.  
  3. $id = '4LvMeYEwWGQ';
  4.  
  5.  @$yt_data = simplexml_load_file('https://gdata.youtube.com/feeds/api/videos/'.$id);
  6.        
  7.        
  8.      
  9.  
  10.        
  11.         print_r($yt_data->title);
  12.        
  13. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement