It works, thank you!
On Monday 24 July 2006 16:21, Paul Nowosielski wrote:
> I understand I need to do a string replace.
>
> Should I do it like so?
>
> $search = array(chr(145),chr(146),chr(147),chr(148),chr(150),chr(151));
> $replace = array("'","'",'"','"','-','-');
>
> Is this what you mean?
>
I understand I need to do a string replace.
Should I do it like so?
$search = array(chr(145),chr(146),chr(147),chr(148),chr(150),chr(151));
$replace = array("'","'",'"','"','-','-');
Is this what you mean?
Thank you,
--
Paul Nowosielski
Webmaster
On Monday 24 July 2006 16:12, Adam Zey
2 matches
Mail list logo