Please suggest me why display this types of error, default php function is eval(); here i am using to expression engine v2.5.2 and my php server v 5.2.17.
Parse error: syntax error, unexpected T_ELSE in /public_html/system/expressionengine/libraries/Functions.php(680) : eval()‘d code on line 9
function evaluate($str)
{
return eval('?'.'>'.$str.'<?php ');
}Here error show this path return eval(’?’.’>’.$str.’<?php ‘);
please suggest me site is working show parse error how to remove it, please suggest me..