session_start(); //クリックジャッキング対策 header( 'X-FRAME-OPTIONS: DENY' ); require("./pass/db-pass.php"); // 変数の初期化 $sql = null; $res = null; $dbh = null; $start=$_GET['start']; if($start == "") $start = 0; ?>