YouTube video manager with PHP, MYSQL & jQuery
YouTube is the most popular platform when it comes to upload your videos to the web. It’s therefore likely that some day, as a web developer, you’ll be asked by one of your clients to integrate some YouTube videos on a web page or a social web app.
We’ll see in this post how with a PHP class, a little MYSQL table made of only 3 fields, and a bit of jQuery code, you can build a very nice Video Manager.
This manager will allow yourself or your client to manage videos easily, without any technical knowledge. We’ll see how you can add a video simply by pasting its YouTube url, how to edit them, and how to delete them thanks to a nice interface.
Finally, we’ll cover how you can integrate everything smoothly into your application, and enjoy the final result.