YouTube video embedding

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dramiditis
Forum Newbie
Posts: 13
Joined: Tue Jan 22, 2008 7:23 am

YouTube video embedding

Post by dramiditis »

Hi there,
I'm new with PHP and I'm stuck couple of days with one problem. I would like to make one script that I can add youtube, dailymotion,megavideo... embedded videos to my database and they thumbnails also embedded. And I could search trought databse and search results will be displayed with there are thumnails and they need to be linked to embedded videos on my website. I don't know can be this one with autogenerated XML playlist or with MySQL ?

So, Can anybody HALP me pls!!!!!!!!!!!!!!
:roll:
Best Reagards
Dragan ( sorry for my bad English)
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: YouTube video embedding

Post by pickle »

So you want to actually store the youtube videos on your website? Why not just link to them & save yourself a ton of work.

I believe youtube (and likely the others) already thumbnail their own movies as well - right in the player.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply