Hi all.
I have been using str_ireplace() in a script and it was working fine on PHP5, but on PHP4 it doesn't work at all.
I get the following error now...
Fatal error: Call to undefined function: str_ireplace() in /home/user/public_html/content.php on line 120
Anyone know how I could fix this?
Thanks,
Mike