반응형
[join.html]
회원가입 창에는 php 기능이 필요하지 않을거 같아 html로 제작합니다.
기본적으로 회원가입을 위한 form태그와, 이전페이지로 넘어가는 태그를 넣어봅시다.
join.html
<html><head><meta charset='utf-8'><title>join</title></head><body><fieldset style="width:300px;"><legend>join</legend><form method='post' action='join_ck.php'><p>id : <input name='id' type='text'></p><p>name : <input name='name' type='text'></p><p>pw : <input name='pw' type='password'></p><p>comfirm pw : <input name='comfirm_pw' type='password'></p><input type='submit' value='join'><input type='reset' value='reset'><a href='./login.html'>이전</a></form></fieldset></body></html>
반응형
'My_ > Project' 카테고리의 다른 글
[php 게시판] 로그인 창 만들기 (0) | 2020.03.26 |
---|---|
[Linux] Ubuntu 18.04.4 ssh 설치 (0) | 2020.03.26 |
[Linux] Ubuntu 18.04.4 mysql 설치 (0) | 2020.03.25 |
[Linux] Ubuntu 18.04.4 php7.2 설치 (0) | 2020.03.22 |
[Linux] Ubuntu 18.04.4 Apache2 설치 (0) | 2020.03.22 |
댓글