Sigo con un problema. Este es el codigo en cuestion:
Cita:
Archivo: muestra.php
Código PHP:
$fd = fopen ("http://www.loans-payday.info/rss/rss.php", "r");
while (!feof($fd)) {
$buffer = fgets($fd, 4096);
echo $buffer;
$nuevo .= $buffer;
}
fclose ($fd);
$tx = fopen ("log.txt","r+");
fwrite ("$tx","$buffer",strlen($tx));
$leer = fread ("$tx",filesize ($tx));
fclose($tx);
echo $leer;
ESPERO SUS RESPUESTAS AMIGOS MIOS!!!!
HELP!
Yours,
Facundo