Hola soy nuevo en el foro y quisieran que me den una mano con este error... el codigo es el siguiente:
Código:
$rs = mysql_query($sql);
while($th = mysql_fetch_assoc($rs)){
if($th['xConforme'] != '' && $th['xConforme'] != '1Blank'){
$tec = mysql_result(mysql_query("SELECT COUNT(*) FROM ".$GLOBALS['prefissoTabelle']."pratiche_tec WHERE xConforme = '".$th['xConforme']."' AND xDel = 'N'"),0);
$fin = mysql_result(mysql_query("SELECT COUNT(*) FROM ".$GLOBALS['prefissoTabelle']."pratiche_fin PF
JOIN ".$GLOBALS['prefissoTabelle']."pratiche_tec PT ON PF.e037cliente = pratiche_tec.e037cliente
WHERE PF.xConforme = '".$th['xConforme']."' AND PF.xDel = 'N' AND PT.xDel = 'N'"),0);
$count = $tec + $fin;
echo "<tr><td width='200'><b>".substr($th['xConforme'],1)."</b></td><td width='50'>$count</td></tr>";
}
}
?>
</table>
</div>
<?
}else{
?>
<div id='conteggi'>
Possibile guadagno pratiche dirette: € <?=formatEuro($guadagniDiretti)?><br>
Possibile guadagno pratiche struttura: € <?=formatEuro($guadagniStruttura)?><br>
Possibile guadagno totale: € <?=formatEuro($guadagniTotali)?><br>
Pratiche dirette: <?=($nClientidiretti)?><br>
Pratiche struttura: <?=($nClientistruttura)?><br>
Collaboratori diretti: <?=($nDiretti)?><br>
Collaboratori indiretti: <?=($nIndiretti)?><br>
Guadagno reale: € <?=formatEuro($guadagnoReale)?>
</div>
y el error que me sale en pantalla es el siguiente:
Warning: mysql_result(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\smileenergy\testi_menuitems\pratich e.php on line 100
repetido 9 veces...
[URL=http://img12.imageshack.us/i/imagenvm.jpg/][IMG]http://img12.imageshack.us/img12/5010/imagenvm.jpg[/IMG][/URL]
Uploaded with [URL=http://imageshack.us]ImageShack.us[/URL]
Gracias de antemano...