这样的提示。
这是148行:if ($g<=3600) $title.='<img src='.images/system.'/newred.gif>';
4 个解决方案
#1
你这个不全. 1要看前后相关代码
#2
if ($g<=3600) $title.='<img src='.'images/system'.'/newred.gif>';
or
if ($g<=3600) $title.='<img src=images/system/newred.gif>';
or
if ($g<=3600) $title.='<img src=images/system/newred.gif>';
#3
Warning: Division by zero : 字符串连接错误
#4
分母不能为零
#1
你这个不全. 1要看前后相关代码
#2
if ($g<=3600) $title.='<img src='.'images/system'.'/newred.gif>';
or
if ($g<=3600) $title.='<img src=images/system/newred.gif>';
or
if ($g<=3600) $title.='<img src=images/system/newred.gif>';
#3
Warning: Division by zero : 字符串连接错误
#4
分母不能为零