$val){ $_SESSION['param'][$key] = $val; } */ $this->user = u4user_open(); // uidから登録者番号引いてくる $user_data = u4user_select_one($this->user,"car_no=\"".$p['uid']."\""); u4user_close($this->user); $template =& loadTemplate( $p ); $template->setVariable('contents_top',TONARI_NAME); $template->setVariable('user_id',$user_data['user_id']); $template->show(); } tonari_mail_post($p); ?>