Jump to content

Deprecated: Function eregi


mamotinnaro

Recommended Posts

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]

Link to comment
https://forums.phpfreaks.com/topic/241364-deprecated-function-eregi/
Share on other sites

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.