Clayton Dukes wrote:
>
> How do I remove unwanted/unprintable characters from a variable?
>
> $sometext = "ThÀe cØar röøan over mÖy dog"
> needs to be filtered and reprinted as:
> "The car ran over my dog"
>
> Thanks :-)
> Clayton Dukes
will print what you asked - of course you may not want
On Sat, 24 Feb 2001 17:51:07 +0100, Christian Reiniger
([EMAIL PROTECTED]) wrote:
>On Saturday 24 February 2001 17:18, PHPBeginner.com wrote:
>> in my preceding email I've written:
>>
>> if($var!='')
>>
>> will fix your all your worries without an intervention of a
strings
>> function.
>
>Except t
Ben Cheng wrote:
>
> If I have magic quotes turned on for post/get/etc. in my php.ini, is
> there any way to temporarily turn it off for one page? For example,
> I have a preview page inbetween my data entry page and the page that
> actually saves to db. I don't want magic quotes turned on when
101 - 103 of 103 matches
Mail list logo