Here is the snippet of code I'm working with.
htmlMsg = displayMsg.replace(/"\""/gi,newHTML);
--- Adam Voigt <[EMAIL PROTECTED]> wrote:
> Hope this helps ya:
>
> str_replace("\"","'",$data);
>
> Adam Voigt
> [EMAIL PROTECTED]
>
> On Tue, 2002-06-18 at 09:54, Dan McCullough wrote:
> > I need to
On Tuesday, June 18, 2002, 2:54:31 PM, Dan McCullough wrote:
> I need to strip out the double quotes and replace it with single quotes.
> Any help would be appreciated.
$dest = str_replace("\"", "'", $source);
--
Stuart
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit:
Hope this helps ya:
str_replace("\"","'",$data);
Adam Voigt
[EMAIL PROTECTED]
On Tue, 2002-06-18 at 09:54, Dan McCullough wrote:
> I need to strip out the double quotes and replace it with single quotes.
> Any help would be appreciated.
>
> __
>
3 matches
Mail list logo