Am Mittwoch, 21. Juli 2004 11:36 schrieb Koriun A. Margarian:
> Hello
>
> how to convert HTML numeric string like
>      ղաբա&#13
> to original text ?
>
> --
> Best regards,
>  Koriun                            mailto:[EMAIL PROTECTED]

$dirty_data

$search4[0] = "/,/";
$search4[1] = "/A/";   

$replacewith[0] = " ";
$replacewith[1] = " ";

$cleaned_data = preg_replace($search4,$replacewith,$dirty_data);

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

Reply via email to