//아티스트 인해 타이틀만
$artist_id = $list[$idx][$i][wr_id];
$sqlat = "SELECT * FROM {$g4['write_prefix']}song where album_id = '$album_id' and title = 'Y' order by wr_datetime desc";
//print $sql;
//exit;
$resultat = sql_query($sqlat);
$artistat=sql_fetch_array($resultat);
$at_title_song = print_r($artistat[0]);
위에서 print_r해서 여러게시물을 출력하는데 wr_id값만뽑아서 1,5,6이런형식으로 $at_title_song여기에 값을넘길려구하는데 print_r저렇케 하면 안되더라구요
답변 1개
제 네이트온 아이디로 친구추가해주세요 저도 좀 여러개 확인좀해야되서, 원격으로 알려드림
답변을 작성하려면 로그인이 필요합니다.