14_1.php까지만 값이 전달되고 그다음부턴 값이 전달되지 않습니다.
왜그런건가요??ㅠㅠ
코드는 아래와 같습니다.
14.php--------------------------------------------------------------
<form action="14_1.php" method=post>
<input type=text name="assa1">
<input type=submit value="next">
</form>
<input type=text name="assa1">
<input type=submit value="next">
</form>
14_1.php------------------------------------------------------------
<form action="14_2.php">
<input type=text name="assa2">
<input type=hidden name="assa1" value="<?=$_POST['assa1']?>">
<input type=submit value="next">
</form>
<input type=text name="assa2">
<input type=hidden name="assa1" value="<?=$_POST['assa1']?>">
<input type=submit value="next">
</form>
14_2.php------------------------------------------------------------
<form action="14_3.php">
<input type=text name="assa3">
<input type=hidden name="assa1" value="<?=$_POST['assa1']?>">
<input type=hidden name="assa2" value="<?=$_POST['assa2']?>">
<input type=submit value="next">
</form>
<input type=text name="assa3">
<input type=hidden name="assa1" value="<?=$_POST['assa1']?>">
<input type=hidden name="assa2" value="<?=$_POST['assa2']?>">
<input type=submit value="next">
</form>
14_3.php------------------------------------------------------------
<table border=1>
<tr><td> assa1 : <?=$_POST['assa1']?></td></tr>
<tr><td> assa2 : <?=$_POST['assa2']?></td></tr>
<tr><td> assa3 : <?=$_POST['assa3']?></td></tr>
</table>
<tr><td> assa1 : <?=$_POST['assa1']?></td></tr>
<tr><td> assa2 : <?=$_POST['assa2']?></td></tr>
<tr><td> assa3 : <?=$_POST['assa3']?></td></tr>
</table>
댓글 3개
게시글 목록
| 번호 | 제목 |
|---|---|
| 12245 |
PHP
php 함수검색기 입니다.
|
| 12244 | |
| 12243 | |
| 12241 | |
| 12239 | |
| 12238 | |
| 12237 |
Mobile
모바일웹에서 현재위치의 좌표 가져오기
|
| 12233 |
JavaScript
alert 창 디자인하기
3
|
| 12232 |
JavaScript
자동완성 자바스크립트
|
| 12230 |
PHP
주소로 구글 좌표 구하기
1
|
| 355 | |
| 12227 | |
| 12226 | |
| 12225 | |
| 353 | |
| 12221 |
PHP
vi 정리 입니다.
3
|
| 12220 | |
| 12219 | |
| 12218 |
PHP
검색사이트 긁어오기 입니다.
|
| 12217 | |
| 12216 | |
| 12215 | |
| 12214 | |
| 12213 | |
| 12212 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기