Need to show relevant mp3 files tag details on file download page using getid3 script please need your help.
my download code is as follows
file $url = ' $row['mp3path']'
my download code is as follows
PHP Code:
require('db.php');
$id=$_REQUEST['id'];
$query = "SELECT * from files where id='".$id."'";
Comment