I have the following query:
$query = "SELECT * FROM netjuke_tracks ORDER BY id DESC"; 
$latemp3 = mysql_query($query) or die("Select Failed!"); 
$latemp3 = mysql_fetch_array($latemp3);
echo "Latest MP3 : "; echo $latemp3[name];

I also have a field called "location" which holds the file location. What I would like 
to know is how do I get it to return with the name as the name of the link and the url 
is the location of the link. 

Thanks in advance.

B.J.Rumsey

Reply via email to