--- tonari_post1.php Top SESSION ---
"; print "
";
		print_r($_SESSION);
		print "
"; } //- レシピ名 $_SESSION['param']['nm'] = (empty($_SESSION['param']['nm'])) ? '' : $_SESSION['param']['nm']; //- コメント名 $_SESSION['param']['cmt'] = (empty($_SESSION['param']['cmt'])) ? '' : $_SESSION['param']['cmt']; $template =& loadTemplate( $p ); //$template->setVariable('nm',$_SESSION['param']['nm']); $template->setVariable('nm',mb_convert_kana($_SESSION['param']['nm'],'KVN')); $template->setVariable('cmt',htmlspecialchars($_SESSION['param']['cmt'])); $template->setVariable('contents_top',TONARI_NAME); $template->show(); } tonari_post1($p); ?>