此警告意味着
$imageresultvar中没有行。签出,这应该工作:
$imageresult = mysql_query("SELECt name FROM imagetable WHERe id = '$id'") or die(mysql_error());if (mysql_num_rows($imageresult) > 0) { $u = mysql_result($imageresult, 0 ,"name") or die(mysql_error()); if (isset($id) && (!isset($u))) { }}
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)