.
', $body);
if($image_name != ""){
$image_name ="
";
}else{
$image_name ="";
}
print '
'.$image_name.'
'.$title.'
';
$query_more = "SELECT * FROM post_more_picture WHERE art_id = '$id' ORDER BY id DESC";
$result_more = mysqli_query($conn,$query_more) or die(mysqli_error($conn));
if (mysqli_num_rows($result_more) > 0) {
while($info4 = mysqli_fetch_array($result_more))
{
$filename=$info4['filename'];
$detail=$info4['detail'];
print "

$detail
";
}
}
?>