Skip to content
Advertisement

Tag: youtube-javascript-api

Get YouTube video title in PHP

In one of my applications I am saving a YouTube video’s id… Like “A4fR3sDprOE”. I have to display its title in the application. I got the following code for getting its title and also it’s working fine. Now the problem is if any error occurred (in case of a delete of the video) PHP is showing an error. I hust

Advertisement