|
Posted by Jerry Stuckle on 03/20/07 01:45
chad.a.morris@gmail.com wrote:
> 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?type=edit&user=myName&item=Item#1
>
> Thanks,
>
> Chad
>
urlencode() your parameters.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|