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: http://www.php.net/unsub.php

Reply via email to