View Single Post
  #4  
Old 01-09-2006, 05:54 PM
Guest
Unregistered

Posts: n/a

varg, you really wouldnt need a mysql database to load the files. this is what i would do,

// first get the file thats being called. Example: ?load=this.mp3

$file = $_GET['load'];

header("location: path to the file/".$file");
Reply With Quote