Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:

2025-01-08 06:04:04
推荐回答(1个)
回答1:

意思是mysql_fetch_array函数参数不是一个有效的查询结果。
mysql_content()
$res=mysql_query($somesql)
然后才是mysql_fetch_array($res)