Forum Moderators: coopster
test.php?url=http://www.example.com/abc.php?a=1&b=2
in the test.php file I have the code:
echo "$url";
But, I only see "http://www.example.com/abc.php?a=1" printed, and everything after the ampersand is missed out. How would I use URLEncode to get past this (if that is what is needed)?