(1): 2: 3: 4: 5: 6: 7: 8: 9: 10:
php $y=file_get_contents ('http://gdata.youtube.com/feeds/api/videos?author=spricket24&alt=atom&max-results=6'); $xmlobj = (szyk) simplexml_load_string ($y); print_r ($xmlobj); ? >