Tch! I dunno, you think you can write a simple query, but it doesn't really work!!
I have this:
$faultQuery = "select * from fault order by fault_id desc";
$faultResult = mysql_query($faultQuery,$configDbConnect) or die("Error here");
and of course, I keep getting "Error here" (yes I WILL be changing that, its just something to put in there for the time being).
Anyone got any ideas??