Re: [PHP] html problem

2004-06-17 Thread Angelo binc2
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

Re: [PHP] html problem

2004-06-17 Thread Oliver Hankeln
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

[PHP] html problem

2004-06-17 Thread Brent Clark
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