Me resulta un error...
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /scsi/home_web/php/kairos/pendientes.php on line 107
y esto es lo que tengo...
Código PHP:
$fecha = date("d-m-Y");
$RESULT2 = mysql_query("select FEVIGENCIA form TIKA_NOVEDADES where datediff('$fecha',FEVIGENCIA)=2", $conectar);
while ($ROW2 = mysql_fetch_array($RESULT2))
{
echo $mensaje;
}
que tendré mal?...