Warning: Supplied argument is not a valid MySQL result resource in C:\apache\htdocs\arreglo.php on line 36
Código PHP:
$tabla = "TTAA".$estacion;
$sql = "SELECT DISTINCT Fecha,Hora,Estacion,PP,PS,HGT,TT,TD,DD,FF from $tabla where Fecha >= '$fechainicio' and Fecha <= '$fechafin' and Hora >= '$bhr' and Hora <= '$ehr'";
$result = mysql_query($sql,$link);
$mes = $bmo;
$dia = $bdy;
if ($row=mysql_fetch_array($result)){ //linea 36
no se por que marca este error.
espero me puedan ayudar.
gracias por todo.