■ 第2回 海信サイトビルダーで、プロっぽいサイトをサクサク作ろう!

この動画へ' . $roop . '人の方がコメントしています。

'; # ページ分割用 if($roop > $max){ $page = floor($roop / $max); $amari = $roop % $max; for($i=1; $i<=$page; $i++){ echo '' . $i . ' '; // echo '' . $i . ' '; } if($amari > 0){ echo '' . $i . ' '; // echo '' . $i . ' '; } } $start = 0; if($_GET['p']){ $start = ($_GET['p']-1) * $max; $max = $start + $max; } echo '
'; $roop = 0; foreach($Comment as $key => $val){ if($roop >= $max){ break; } if($roop <= $start){ if(is_array($Child)){ foreach($Child as $val){ $roop++; } } $roop++; continue; } $Parent = $Comment[ $key ]['Parent']; $Child = $Comment[ $key ]['Child']; $name = $Parent['comment_author']; $comment = $Parent['comment_text']; $time2 = date('Y年n月j日 H:i', strtotime($Parent['comment_modified_on'])); print<<

{$comment}


END; if(is_array($Child)){ foreach($Child as $key=>$val){ $ChildData = $Child[ $key ]; $time2 = date('Y年n月j日 H:i', strtotime($ChildData['comment_modified_on'])); print<<
{$ChildData['comment_text']}
END; } } $roop++; } ?>
第1回「奥さんに『もう死ね』とまで言われた」第2回 海信サイトビルダーで、プロっぽいサイトをサクサク作ろう!