I am trying to fetch the playlist id
from url and save it into a new variable.
For instance, if a user inputs this into a form, which then is submitted
http://www.youtube.com/watch?v=A7izsd5IXq8&playnext=1&list=PL6753173C0F0BE9ED
I just want to grab PL6753173C0F0BE9ED
and save it into a new variable. I tried to use explode to do this so it saved everything after the &list=
but I am not having much luck.
Any ideas to do this?
Thanks for the help!
try