hi i got the error message:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in c:\program files\easyphp\www\main.php on line 1637
the source is:
$sql="select * from rank where vacation=\"no\" and deleted=\"no\" and lastlog<=\"$actualdeletetrainertime\" order by lastlog";
$rs=mysql_query($sql,$conn) or die("Err:QueDeleteTrainer1");
while($row=mysql_fetch_array($rs))
I cant find what is wrong and there doesnt appear to be any errors with what i want it to do 🙁 it just looks messy.