Hi, What i want to do is have a php form which when passed a keyword will return 10 results from youtube related to that keyword. Anyone know how i would do this? Cheers, Adam
Hi Adam youtube has APIs which will probably do what you are after. Have a look here: http://www.programmableweb.com/api/youtube Brew
You would need a rss phraser, then you would need to sign up for a youtub dev id, and lastly you will use their API to pull the videos.
I have found a really good php class that does this for future reference which can be found here: http://waxjelly.wordpress.com/2007/03/08/youtube-api-class-redeaux/