You are here: Re: Using PHP to screen out bad characters before writing XML « All PHP « IT news, forums, messages
Re: Using PHP to screen out bad characters before writing XML

Posted by mcmanus.simon on 04/23/06 12:51

ive used this in the last. Not sure if it will do quite what you want

function pre_xml($text)
{

$text = str_replace('—', '', $text);
$text = str_replace('–', '', $text);
$text = str_replace('£', '', $text);
$text = utf8_encode($text);
return str_replace('&', 'and', $text);
}

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация