묻고답하기

--------------------------------------- formtest.html -----------------

<form method='post' action='formtest.php'>
<table width="414">
<tr>
  <td align="center" height="50" width="408" bgcolor="#FFFFFF" bordercolor="#FFFFFF" colspan="2">
  <b><font size="2">폼메일 테스트 </font></b></td>
</tr>
<tr>
  <td align="center" height="22" width="90" bgcolor="#7481AB">
  <font color="#FFFFFF">이름</font></td>
  <td width="316">
  <input type="text" name="name" maxlength="35" style="height:20; width:160" size="35"></td>
</tr>
<tr>
  <td align="center" height="22" width="90" bgcolor="#7481AB">
  <font color="#FFFFFF">성별</font></td>
  <td width="316">
  <input type="radio" value="male" name="sex">남자
  <input type="radio" value="female" name="sex" > 여자</td>
</tr>
<tr>
  <td align="center" height="22" width="90" bgcolor="#7481AB">
  <font color="#FFFFFF">직업</font></td>
  <td width="316">
  <select size="1" name="job" style="width:100">
  <option selected>직장인</option>
  <option>주부</option>
  <option>학생</option>
  <option>기타</option>
  </select></td>
</tr>
<tr>
  <td align="center" height="22" width="90" bgcolor="#7481AB">
  <font color="#FFFFFF">이메일</font></td>
  <td width="316">
  <input type="text" name="email" maxlength="35" style="height:20; width:160" size="35"></td>
</tr>
<tr>
  <td align="center" height="22" width="90" bgcolor="#7481AB">
  <font color="#FFFFFF">제목</font></td>
  <td width="316">
  <input type="text" name="subject" maxlength="60" style="height:20; width:316" size="60"></td>
</tr>
<tr>
  <td height="172" bgcolor="#7481AB">
  <p align="center"><font color="#FFFFFF">추가내용</font></td>
  <td height="172"><textarea name="content" rows="13" cols="49"></textarea></td>
</tr>
<tr>
  <td align="center" height="50" colspan="2">
  <input type="submit" value="입 력" style="width=100;height:24px">  <input type="reset" value="취  소" style="width=100;height:24px"></td>
</tr>
</table>

</form>



----------------------------formtest.php-----------------------------------



<?

$tomail = "xxxx@naver.com"; //이 폼메일을 받을 메일주소


function error($text){
echo "
  <script language=javascript>
  window.alert('$text')
  history.go(-1)
  </script>";
exit;
}

function msg($text){
echo "
  <script language=javascript>
  window.alert('$text')
  top.location.href = 'formtest.html'
  </script>
";
exit;
}

if (!$name) {error('성명을 적어주세요');} // 이름이 없을때 에러 메세지
if (!$sex) {error('성별을 선택해 주세요');}
if (!$email) {error('메일 주소를 적어주세요');} // 메일주소가 없을때 에러 메세지
if (!$subject) {error('제목을 적어주세요');} // 제목이 없을때 에러 메세지



$mailheaders = "Return-Path: $email rn"; // 메일 헤더의 반송 메일 주소
$mailheaders .= "From: $name <$email>rn"; // 메일헤더의 이름과 메일 주소 표시

$body = " 이름 : $name rn";
$body .= " 메일주소 : $email rn";
$body .= " 성별 : $sex rn";
$body .= " 직업 : $job rn";
$body .= " 내 용 : $content rn";

$result=mail($tomail , $subject , $body , $mailheaders); // 메일 전송

if($result) {msg('메일이 성공적으로 발송되었습니다.');} // 전송 성공시

else{error('메일 발송에 실패하였습니다.');} // 전송 실패시




이소스를쓰고있는데요..

전송하고나면 공페이지가되네요-_-;;;;;;;;;

원하는 페이지를 self로 바로 전환하고싶은데
어떻게해야될지모르겠어서요..

php에해줘야하는건지..html에 해야하는건지

아니면 html의 전송하기버튼에 링크를줘야하는건지.ㅠㅠ막막하네여

>_</부탁드릴꼐여 고수님들!!!!!!!!!!!!!!

명령어가 삽입되어야할부분을 알려주시면 감사하겠습니다..ㅠㅠ어떤명령어인지도..;;

예를들어 http://www.yahoo.co.kr로 바로전환대거나 babo.html로 전환되게요..ㅠㅠ
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
이강석 게시판에 깨저서..스크롤이나 다른방법 없을까요?  
이승득 태그사용이 안됩니다. 뭐가 잘못된건질 모르곘어요ㅠㅠ [1] 2007.08.10
김규찬 메뉴바 제작...(초보) [1] 2007.08.10
봉하경 왕초보... 새로운 스킨을... [2] 2007.08.10
남승미 최근 게시물을 원하는 곳에 소스를 보고 했는데.... [6] 2007.08.10
장현재 하드를 추가해서 또다른 유저를 배정할수 있나요? [1] 2007.08.10
전경희 포토샾 잘하시는 분들좀 봐주세요.. [2] 2007.08.10
바람 움직이는[스핀돌아가는] 골프공 만드는법  
Gungz 특정 링크부분을 몇번 클릭했는지 알려면? [1] 2007.08.10
느닷없이질문 쿠키질문 [1] 2007.08.10
강헌도 action값 선택에 따라 넣을 수 있을까요? 코드한번 봐주세요~ [4] 2007.08.10
김형기 제로보드 레벨 수정할수 있을까요?  
김형기 이름 앞에 뜨는 아이콘이 안되요.  
ji 텍스트 박스 색깔 어떃게 하면 바꿀수 있나요? [2] 2007.08.10
장우성 폼메일작성하고전송한후 이동할페이지설정명령어좀 알려주세여.. [1] 2007.08.10
강헌도 폼입력 검사 후에 포의 액션 때문에 다음페이지로 가버리는데..  
신지영 무슨폰트인지 궁굼해요~!!! 꼭이요~  
김희산 php 문법 질문 [4] 2007.08.10
Anti-life 로그인 전과 후 페이지를 다르게 하려면?? [1] 2007.08.10
강내준 한계정에 두개의 [1] 2007.08.10
바바리안 제로카운터에 대해 아시는분 계신지요? [1] 2007.08.10
갱깨w 소스 분석좀..  
하이델룬 DB에관해서요 [2] 2007.08.10
i1ovesoony 포토샵에서 워터마킹 브러쉬 만들기???  
♡노랑젤리♡ form에서 넘겨주는 action 주소 값 설정 ''ㅇ'' [2] 2007.08.10
김태영 글자 폰트가 다르게 나와요.... [1] 2007.08.10
puha5 제로보드에서 글쓰기가 안됩니다. [1] 2007.08.10
provide 하이퍼링크 질문!%% [1] 2007.08.10
♨청국장♨ ★★★★게시글이며 보드설정이 수정이 되지 않슴니다 ... [1] 2007.08.10
홍성훈 폼으로 넘겨받은 값에 따라 표의 배경색을 바꾸고 싶은데요 [3] 2007.08.10