There have many problems in my coding when i used php 5.3.0 above..
Why eregi_replace cant use in this php version and it will show error?
is it related to php security issue????????
so i change to preg_replace to fix it...
Why eregi_replace cant use in this php version and it will show error?
‘Function eregi() is deprecated’
so i change to preg_replace to fix it...
Comment