Re: [PHP] urlencode and urldecode

2008-05-18 Thread Ólafur Waage
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 [EMAIL PROTECTED]:
 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



[PHP] urlencode and urldecode

2008-05-17 Thread Chris W
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