Im slightly stuck with the get variables for a php script. I want to be able to accept a single url via
$_GET["url"]
however i have found that if users pass a url like this in
the script will only read this
https://www.google.co.uk/search?q=PHP
My question is whether there is a way to read the whole url including the other get keys?
$_GETand you can retrieve that entire string.