Posted by bigsamurai on 01/10/06 19:02
now i get this error...
Warning: mysql_result(): supplied argument is not a valid MySQL result
resource in /home/content/m/i/k/mikey05156/html/ind_pilotins.php on
line 48
Warning: mysql_result(): supplied argument is not a valid MySQL result
resource in /home/content/m/i/k/mikey05156/html/ind_pilotins.php on
line 49
line 48 and 49 are as follows:
$miss_tot = mysql_result($result1,$i,"(miss_no)");
$hours_tot = mysql_result($result1,$i,"(miss_hours)");
I put the select statement you provided as a second. using the $query1
and $result1 variable.
[Back to original message]
|