버튼 누르면 특정페이지로 가기 정보
버튼 누르면 특정페이지로 가기
본문
폼메일을 만들고 있는데..send.php 맨끝에
=======================================
<?
$subject = $user_name."님의 고객센터글입니다..";
$result=mail($tomail , $subject , $body , $mailheaders ); // 메일 전송
if($result)
{
msg('문의사항 메일을 보냈습니다!!');move_page ("1.html");
echo "<meta http-equiv='Refresh' content='0; URL=1.html'>";
}
else{error('다시 입력해주세요.!!');} // 전송 실패시
?>
=======================================
요렇게 만들었습니다. 성공시 1.html로 가라고 했는데 send.php에서 안넘어가내여..
=======================================
<?
$subject = $user_name."님의 고객센터글입니다..";
$result=mail($tomail , $subject , $body , $mailheaders ); // 메일 전송
if($result)
{
msg('문의사항 메일을 보냈습니다!!');move_page ("1.html");
echo "<meta http-equiv='Refresh' content='0; URL=1.html'>";
}
else{error('다시 입력해주세요.!!');} // 전송 실패시
?>
=======================================
요렇게 만들었습니다. 성공시 1.html로 가라고 했는데 send.php에서 안넘어가내여..
( select a.* , ( select sum(co_count) as co_count from g4_qa_choose where mb_id=a.mb_id and bo_table = 'g4_qa' ) as q_co_count from `g4_write_g4_qa` a where wr_parent = '175006' and wr_8 != '' and wr_is_comment = 1 and CONVERT(wr_7, UNSIGNED) >= 5 group by wr_content having max(wr_7) order by CONVERT(wr_7, UNSIGNED) desc limit 3 )
1055 : Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'sir.a.wr_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
error file : /15sir/bbs/board.php