I\'m trying to pass a URL as a url parameter in php but when I try to get this parameter I get nothing
I\'m using the following url form:
http://loc
As Alvaro said, $_GET is not a function but an array containing the parameters So you can retrieve one element from that array using
Expected OP:
www.google.com