3
I have a youtube url and would like to take only the snippet of the variable "v".
used this: $video = mb_substr('https://www.youtube.com/watch?v=k4qVkWh1EAo', 32)
, returns the value I need, but I wonder if there is another way.
You can directly access the variable "v" and take its value, it is possible in a string?
He even researched whether they had already answered this question?
– Kenny Rafael