I'm new to Wordpress and PHP and I'm having a hard time rsrs
I have a very large string that I get dynamically. This string is actually an array with multiple values and variables. I would like to take all the values contained in the videoID variable that repeats N times within that array (which is actually a string).
Or, in other words, I'm trying to use the YouTube API to show the contents of a playlist on my site. I was just able to get a GIANT string using file_get_contents in url link . If anyone can help me do this:)
Thank you!