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.

Page Comments (Click to edit)






[Click to add or edit comments])

Please prepend comments below including a date

Design by N.Design Studio, adapted by solidGone.org (version 1.0.0)
Have a nice day.