Hi all,
I m trying to create a smiley system but no luck
I have
preg_replace ("/:-)/", '<img src="images/smiley.gif">', $strings);
but it returns Warning: Compilation failed: unmatched parentheses at offset
2
I have looked in the manual but no luck so far
regards
Stijn
I m trying to create a smiley system but no luck
I have
preg_replace ("/:-)/", '<img src="images/smiley.gif">', $strings);
but it returns Warning: Compilation failed: unmatched parentheses at offset
2
I have looked in the manual but no luck so far
regards
Stijn
Comment