Hello world,
I need the following, i have some extra character what needs be quoted by "\", it's the - '"{[(&) and so on
i can make:
str_replace("'","\'",$str);
str_replace("(","\(",$str); and so on.
But can i make it faster like str_replace("'¦(¦)","\ \\1",$str)? i don't know syntaxis can somebody help me?
Thanks in advance
[edited by: eelixduppy at 6:32 am (utc) on Aug. 2, 2007]