hello i need help with my codings
for example i have this in my url
http://localhost/test.php?name=bill%20gates
i want to print the value of this like this
bill gates
and i use code like this
print $name;
but it just give the the bill without the gates what do u think should i do?