First, I will say preg_replace is faster
Second, the error is due to having something not within the realms of eregs regex matching.
Do a search for that error on google. You don't really even have anything to regex, looks like it could be done with a simple str_replace, but im no expert on regex
Bookmarks