I have a url from youtube and would like to get only the excerpt from the variable "v".
I used this: $video = mb_substr('https://www.youtube.com/watch?v=k4qVkWh1EAo', 32)
, it returns the value I need, but I would like to know if it has any other way.
You can directly access the variable "v" and get its value, is it possible in a string?