Re: urlencode and urldecode

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



You can read about apache's mod_include and its echo element.

http://httpd.apache.org/docs/2.2/mod/mod_include.html#element.echo

2008/5/17 Chris W <2wsxdr5@xxxxxxx>:
> Whenever you build a query string you need to us the urlencode to encode any
> characters that may be in there that aren't legal for a URL.  On the server
> I am using now, when you access values using $_GET['xyz'], it does the
> urldecode for you.  I'm not positive, but I am pretty sure, that at one time
> on a server I used in the past, that I had to manually call urldecode to
> decode GET vars.  Is there a setting to change this or is it something that
> changed in php in the last few years?
>
> --
> Chris W
> KE5GIX
>
> "Protect your digital freedom and privacy, eliminate DRM, learn more at
> http://www.defectivebydesign.org/what_is_drm";
>
> Ham Radio Repeater Database.
> http://hrrdb.com
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux