read(); //ヘッダ表示 $headerdisp = new headerdisp(); $headerdisp->disp(4); //コンテンツ1表示 $contentsdisp = new contentsdisp(); $contentsdisp->disp($getdata->nextdispno,$getdata); //フッター表示 $footerdisp = new footerdisp(); $footerdisp->disp($getdata->nextdispno); ?>