Hi Brent,
Looks like the urldecode() method can help you.
Check it out in the manual
Angelo
>>> "Brent Clark" <[EMAIL PROTECTED]> 6/17/2004 2:51:23 PM >>>
Hi all
When ever I do echo on my variable I get the following out:
Business%20Class
is there a way to strip the %20, or what ever be dis
Brent Clark wrote:
Hi all
When ever I do echo on my variable I get the following out:
Business%20Class
is there a way to strip the %20, or what ever be displaying if the future.
It looks like this is urlencoded. (%20 = hex 20 = Space) use
echo urldecode($var);
to output it.
Oliver
--
PHP General Ma
Hi all
When ever I do echo on my variable I get the following out:
Business%20Class
is there a way to strip the %20, or what ever be displaying if the future.
If someone could assist, it would be most appreciated.
Kind Regards
Brent Clark
--
PHP General Mailing List (http://www.php.net/)
To
3 matches
Mail list logo