Search and Replace
Just a little note out there. preg_replace() is much faster than ereg_replace. Also, if you're not replacing using a regular expression, you should use str_replace() to just replace strings which is probably even faster that the later 2.
[Click to add or edit comments])
Please prepend comments below including a date