Hellow,
I need to replace a character " with "\. Using php how to do this. i
have given like this but it is giving parse error....
$temps=str_replace('"','"\',$temp);
Can anyone tell me how to do this ?
Regards,
Uma
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

