mamotinnaro Posted July 7, 2011 Share Posted July 7, 2011 Hi everyone, i'm new in this forum and i write from italy. I use a joomla template and today i found in my site this message error : Deprecated: Function eregi() is deprecated in /home/mhd-01/www.... on line 49 and also Deprecated: Function eregi() is deprecated in /home/mhd-01/www....on line 52 So i've looked on web for this message and i found the solution to fix problem not using "eregi" but changing with "preg_match" but i don't know the correct syntax to use! i try but it found error.... And more i look the page code for "eregi" and i don't found it on line 49 or 52 but on other postion. Anyone can help me to solve this problem? Thanks [attachment deleted by admin] Quote Link to comment Share on other sites More sharing options...
AyKay47 Posted July 7, 2011 Share Posted July 7, 2011 it is much easier if you would please paste your code to this thread. preg_match() and eregi() have the same arguments, with the exception of the $flags and $offset arguments. However the pattern syntax does change some..refer to preg_match Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.