
fetch(PDO::FETCH_ASSOC)) {
$item_num=$row["num"];
$item_id=$row["id"];
$item_name=$row["name"];
$item_nick=$row["nick"];
$item_hit=$row["hit"];
$item_date=$row["regist_day"];
$item_date=substr($item_date, 0, 10);
$item_subject=str_replace(" ", " ", $row["subject"]);
$sql="select * from chandj.free_ripple where parent=$item_num";
$stmh1 = $pdo->query($sql);
$num_ripple=$stmh1->rowCount();
?>
getMessage();
}
?>






