Cita:
Iniciado por Manuellama Lo siento. Pero el archivo no está seguro.
http://xa.ly/ixf
<?php
$mp3 = file_get_contents("http://sellbuybeats.com/audio.php/777");
$m = fopen("Hustler.mp3","w+");
fwrite($m,$mp3);
fclose($m);
?>
Hola manuel gracias... y alguna manera de haserlo mas seguro???