Question : PHP: Get 6 most recent Youtube video links

How can I get links to the six most recently added videos by a specific user?

All the information is in an array below but I can't figure out how to extract it.
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
<pre><?php

$y=file_get_contents('http://gdata.youtube.com/feeds/api/videos?author=spricket24&alt=atom&max-results=6');

$xmlobj = (array)simplexml_load_string($y);

print_r($xmlobj);

?>
</pre>

Answer : PHP: Get 6 most recent Youtube video links

You have to run through the installer a second time. During the install the installer will ask you what the name of the instance should be. A reboot will be required after the install.

Your first instance will not be effected except for being unavailable during the reboots.
Random Solutions  
 
programming4us programming4us