hey I've been getting this error: Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource This is what it said that is causing the problem: $stafflist=mysql_query("SELECT id,name,sn,email,title FROM staff WHERE man='Yes' ORDER BY id");
Can you please tell me what is worng ASAP.
Thank you