I don't have a lot of experience using $_GET.
I need to know how to pass characters in using the $_GET method. The
character I'm having a problem with right now is '#', but I'm sure
there are others.
Could anyone give me a list of characters that need to be escaped
using $_GET, and then also how to use them?
Also, could you tell me if any characters simply are not allowed in a
get?
Example:
getData.php?typ e=edit&user=myN ame&item=Item#1
Thanks,
Chad
I need to know how to pass characters in using the $_GET method. The
character I'm having a problem with right now is '#', but I'm sure
there are others.
Could anyone give me a list of characters that need to be escaped
using $_GET, and then also how to use them?
Also, could you tell me if any characters simply are not allowed in a
get?
Example:
getData.php?typ e=edit&user=myN ame&item=Item#1
Thanks,
Chad
Comment