On Friday 23 April 2004 12:30, T UmaShankari wrote:
> 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 ?
Try:
$temps = str_replace('"','"\
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
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
3 matches
Mail list logo