Hello maybe someone can help here............
I have a DDL CMS Script if i Delete in Admin Panel a Post its showing this Warning:
Warning: eregi() expects parameter 2 to be string, array given in /home/username/public_html/Domain/File.php on line 74
Line 74 is This:
Is it Possible to Fix this?!
Regards
I have a DDL CMS Script if i Delete in Admin Panel a Post its showing this Warning:
Warning: eregi() expects parameter 2 to be string, array given in /home/username/public_html/Domain/File.php on line 74
Line 74 is This:
Code:
if (eregi('<[^>]*' . $tag, $varname))
Regards