In a project, I have to upload a video to a channel in youtube.com. After that, I have to store that uploaded video's link to my database(or somewhere else).
I got some Code Samples in YouTube Data API and I find this post a little helpful :
How to embed YouTube videos in PHP?
But none of these have the actual solution. I found that I could save the 11 character code from the video and save that, but all of that manually. I am looking for an automation system, where that 11 character will be automatically stored to my database. I'll have an embedded video player in another page, where this video will be played.
In this possible ? I am asking for PHP code, I just need a way.
Please help me.
Thanks