En php tengo un query....
Código PHP:
$queryhoras_ = mysql_query("select * from reghoras WHERE (depto = ".$depto. " and area = ".$area.") and (fecha >= '".$desde."' and fecha <= '".$hasta."')")
or die(mysql_error());
como recibe el js esta variable?