use mysql or something
and
code:
$result = mysql_query("SELECT * from MUSIC
WHERE id = " . $_GET['id']);
$mp3file = mysql_fetch_array($result)['url'];
header("Location: $mp3file");
2 columns:
- id (int)
- url (varchar)
table: MUSIC
if you're just talking about you downloading stuff from 0 to 10000, you can try out some download plugins on firefox (just what absorbation said)
lol. same here nanafreak