Hi,
Is it possible for me to read a file (an mp3) and insert it into a db like this:
$mp3_content = @readfile($file);
mysql_query("INSERT INTO mp3 $name, $artist, $album, $mp3_content");
the file var is specified in the querystring and the mysql_connect/close willl be on the script.
Cheers,
Elfyn