错误 -> 警告:mysql_fetch_array() 期望参数 1 是资源,布尔值在
$sql = "SELECT * FROM pictures WHERE filename=$filename";
//makes a query to the database using the question in variable sql.
$result = mysql_query($sql);
ERROR ->if(!($row = mysql_fetch_array($result)))
{
//code.......
我不明白,我做错了什么,参数没有错......