| |
|
select_all("SELECT artists.artist_name_last, artists.artist_name_first, artist_items.author FROM artists, artist_items, items WHERE artist_items.item_id='".$row['ID']."' AND artist_items.artist_id=artists.id GROUP BY artists.id ORDER BY author DESC")) !== false) {
foreach ($artist as $arow) {
if($printComma){
print ", \n";
}
print $arow['artist_name_first'] ." ".$arow['artist_name_last'];
$printComma = true;
}
}
?>
Currently out of print.\n";
}else{
print "$". $row['price'] ."\n";
}
?>
detail
view |