Message:preg_replace(): The /e modifier is deprecated, use preg_replace_callback insteadFile:/home/hishamqa/public_html/oxwall/ow_utilities/string.phpLine:130
How convert preg_replace() to preg_replace_callback???
How to convert
Message:preg_replace(): The /e modifier is deprecated, use preg_replace_callback insteadFile:/home/hishamqa/public_html/oxwall/ow_utilities/string.phpLine:130
How convert preg_replace() to preg_replace_callback???
How to convert
I realize that, yet the code in string.php is too complicated. I tried the normal code replace but it didn't work :( it needs a full analysis... something I don't have the time for. I was wishing for a solution.
Actually I'm working on a site for animal care community all voluntarily so I cannot pay anyone, as I'm not being paid myself :) yet if you're willing to help my ONLY problem for now, after solving a ton of them, is line 130 in the file ow_utilities/string.php. The line that says:
return preg_replace('/{\$(\w+)}/ie', "isset(\$vars['\\1']) ? \$vars['\\1'] : '\\0'", $data);
If you can fix that I will be really thankful. In any case I'm really thankful for your replies. I really appreciate your potential.