<?$desde = date("Y-m-")."01";$hasta = date("Y-m-")."31";$sql = "SELECT * FROM tu_tabla where fecha BETWEEN '$desde' AND '$hasta'";?>