Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: help with a replacement


Message #1 by "Richard D. Williams" <richard@a...> on Wed, 06 Mar 2002 09:39:33 -0600
Thanks Joel, works like a charm:)

Richard

Joel Wickard wrote:

> >$string = "USA|Hometown";
> >$string1 = ereg_replace('|','\',\'',$string);
>
> $string = "USA|Hometown";
> $string1 = str_replace("|", "','", $string);
>


  Return to Index