I’m using $_GET['link'] to recieve the link…
but the link has &‘s in it causing the variable to be read incorrectly.
How do I do this?
this is the link…
http://vk.com/video_ext.php?oid=172860651&id=162881967&hash=1864975b71a6085a&hd=1
for reference.
Thanks.
In writing the link use
urlencodethen in reading the link useurldecode: