警告:mysql_result()[function.mysql-result]:无法跳到第11行的profile.php中MySQL结果索引5的第0行

警告:mysql_result()[function.mysql-result]:无法跳到第11行的profile.php中MySQL结果索引5的第0行,第1张

警告:mysql_result()[function.mysql-result]:无法跳到第11行的profile.php中MySQL结果索引5的第0行

警告意味着

$imageresult
var中没有行。签出,这应该工作:

$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))) {  }}


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5022470.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-11-15
下一篇 2022-11-15

发表评论

登录后才能评论

评论列表(0条)

保存