| include("inc_compose_menu.php"); ?> |
// 内容の表示
$result = mysql_query("select * from music where product_id='$product_id'");
$row = mysql_fetch_array($result);
?>
| |
| printf("%s\n", $row["cm_name"]); ?>
|
|
|
|
|
| クライアント |
: |
printf("%s\n", $row["client"]); ?>
|
|
| 音楽プロダクション |
: |
printf("%s\n", $row["sound_pro"]); ?> |
|
| 制作日 |
: |
printf("%s\n", $row["production_date"]); ?> |
|
| 作曲者 |
: |
printf("%s\n", $row["comporser"]); ?> |
|
| 演奏者 |
: |
printf("%s\n", $row["player_name"]); ?> |
|
| データプログラミング |
: |
printf("%s\n", $row["programer"]); ?> |
|
| 録音エンジニア |
: |
printf("%s\n", $row["enginerr"]); ?> |
|
| 録音スタジオ |
: |
printf("%s\n", $row["studio_name"]); ?> |
|
|
include("../copyrights.txt") ?> |
|