Warning: mysql_fetch_row() expects parameter 1 to be resource, boolean given in /home/content/97/9548797/html/backuptestmp/index.php on line 344
句法:
$table3right = mysql_query("SELECT username FROM users where parent_id=$GDs[4]");
$table3right3 = mysql_fetch_row($table3right);
while( $row = mysql_fetch_row( $table3right) ){ $VDs[] = $row[0]; }
$table3r1 = $table3right3[0];
如何避免警告味精。