Ná, no te compliques...
Prueba esto:
Código PHP:
<?php
//Obtenemos el gordo http://www.loteriasyapuestas.es/index.php/mod.sorteos/mem.exportarSorteos/juego.ELGR/CDC.8107
$url = "http://www.loteriasyapuestas.es/index.php/mod.sorteos/mem.exportarSorteos/juego.ELGR/CDC.8107";
$txt = file_get_contents($url);
echo $txt;
Algo así deberia funcionarte...
Básicamente, deberías buscar la "url" con los filtros q te interese (construirla mediante php) y hacer una peticion a la página!
Edit: Y, claro... luego tratar el "archivo" resultante xDD