<form>
์ ๊ธฐ๋ณธ ์์ฑform ์ด๋ ์ ๋ณด๋ฅผ ์ ๋ ฅํ๋ ์์ญ.
๊ฐ๋จํ ๋งํ๋ฉด!
form ์ ์
๋ ฅ -> submit ํ๋ฉด ๋ฐ์ดํฐ๋ ์๋ฒ๋ก ์ ์ก๋จ -> ์ ์กํ ๋ฐ์ดํฐ๋ ์น ์๋ฒ๊ฐ ์ฒ๋ฆฌ -> ์ฒ๋ฆฌ ํ ๊ฒฐ๊ณผํ๋ฉด๊ฐ์ ๋ค๋ฅธ ์นํ์ด์ง๋ฅผ ํด๋ผ์ด์ธํธ์ ์ ์ก
: ๋๋ถ๋ถ์ ์ปดํจํฐ ์ํํธ์จ์ด๊ฐ ๊ฐ์ง๋ ๊ธฐ๋ณธ์ ์ธ ๋ฐ์ดํฐ ์ฒ๋ฆฌ ๊ธฐ๋ฅ์ ์ผ์ปซ๋ ๋ง
๋ณดํต ๋ฐฑ์๋ ๊ฐ๋ฐ์๋ค์ด ๋ฐ์ดํฐ ๋ค๋ฃฐ๋ ์ฌ์ฉ
์ด๋ฆ : ์กฐ์ : SQL ์
์ฌ์ฉ์ ์ธํฐํ์ด์ค๊ฐ ๊ฐ์ถฐ์ผํ ๊ธฐ๋ฅ์ ๊ฐ๋ฅดํค๋ ์ฉ์ด๋ก๋ ์ฌ์ฉ
: ์ ๋ ฅ๊ฐ์ ์ ์กํ ํ์ด์ง
: ํผ์ ๋ฐ์ดํฐ๋ฅผ ์ ์กํ ๋ฐฉ๋ฒ ์ ์
โญ๏ธ GET & POST
method ="get" ์ ๋ณด๊ฐ์ด ์ฐ๋ฆฌ ๋์ ๋ณด์
์๋ฆฌ์ณ์ ๋ฐ์ดํฐ๋ฅผ ๋งํ๋ค๊ณ ์๊ฐํด๋ณด๋ฉด , ๋ด๊ฐ ์ ์ชฝ์ ์๋ ์น๊ตฌํํ ๋๋ ์ด์๋น์ด๊ณ ! ๋ฐฐ๊ณ ํ! ์๋ฆฌ์ง๋ฅด๋ฉด ๋ชฉ์ํ๊ณ ,, ๋ค ๋ค๋ฆด๊ฑฐ๊ณ ,, ์กฐ๊ธ์ ์ ๋ณด๋ฐ์ ์ฃผ์ง ๋ชปํ๋ค. ๋ผ๊ณ ์๊ฐํ๋ฉด ์ดํด ์์
method ="post" ๋ก ํ๋ฉด ๋์ ๋ณด์ด์ง ์์
ํฌ์คํธ์์ผ๋ก ์ ๋ณด๋ฅผ ์น๊ตฌ์๊ฒ ์ ๋ฌํด์ฃผ๋ฉด ๋ง์ ๋ด์ฉ์ ์ ๋ฌํ ์ ์๊ณ , ์ํฌ๋ฆฟํ๊ฒ ์ค ์ ์๋ค! ์ด๋ ๊ฒ ์๊ฐํด๋ณด๋ฉด ์ดํด์์
๋์ ์ฐจ์ด์ ?
: Url ์ ์ ๋ ฅ๊ฐ ์ ๋ณด๊ฐ ๋จ๋์ง ์๋จ๋์ง๊ฐ ๋ค๋ฆ!
<form action="./013_form์_์๋ฆฌ.html" method="post">
<input type="text" name="userId">
<input type="password" name="userPw">
<button type="submit">Login</button>
</form>
๋ฒํผ์ ํด๋ฆญํ๋ฉด ์ฌ์ฉ์๊ฐ ์ ๋ ฅํ ์ ๋ณด(์์ด๋,ํจ์ค์๋ ๋ฑ)๋ฅผ action์ ์๋ ๊ณณ์ ์ ๋ณด๋ฅผ ๋ณด๋ธ๋ค.
type์ ์ข
๋ฅ๋ ์ด๋ฌํ๋ค. ๊ฒ๋ ๋ง์!
๊ทผ๋ฐ ์ ์ฐ๋๊ฑด์ง?
-> ๋๋ ์ ๋ ๋์ค๋ ๊ฐ์ ํค๋ณด๋๊ฐ ๋ฌ๋ผ์ง๋ค. ์ฆ ์
๋ ฅ์์์ด ๋ฌ๋ผ์ง๋ค!
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>form</title>
</head>
<body>
<input type="text"><br>
<input type="tel"><br>
<input type="password"><br>
<input type="date"><br>
<input type="time"><br>
<input type="range"><br>
<input type="color"><br>
<input type="radio"><br> ์ ํํญ๋ชฉ ์ค ํ๋๋ง ์ ํํ ์ ์์
<input type="checkbox"><br> ์ฌ๋ฌ๊ฐ ์ ํ๊ฐ๋ฅ
<input type="file"><br>
<textarea name="name" rows="8" cols="80"></textarea>
</body>
</html>
input ์๋ ๋ฐ๋์ label ๊ฐ ์ค์ผํจ!
๋๊ฐ์ง ์ฌ์ฉ๋ฒ
1. label ์์ ์ธํ
์ค๋ช
๊ณผ ํผ ์
๋ ฅ ๋ชจ๋๋ฅผ ํฌํจํ๋ ๋ฐฉ์
2. label ๊ณผ input ๋ถ๋ฆฌ
ํผ ์
๋ ฅ์์ ๋ถใ
ฃํ์ฌ for ์์ฑ์ ์ด์ฉํด ๋ ์ด๋ธ ์ง์
<select>
& <option>
select
Dropdown ๋ฆฌ์คํธ ๋ฐ์ค ์์ฑ
option
๋ณด๊ธฐ, ์ต์
valur ๊ฐ ๋ฌด์กฐ๊ฑด ๋ฃ์ด์ค์ผํจ - post๋ก ๋ณด๋ผ ์ ๋ณด
<form action="">
<label for="myDevice">ํ์ฌ ์ฌ์ฉํ๊ณ ์๋ ์ค๋งํธํฐ์ ์ ์กฐ์ฌ๋ฅผ ์ ํํด์ฃผ์ธ์</label>
<select name="device" id="myDevice" multiple>
<!--์๋๋ multiple="multiple"์ธ๋ฐ ๋ ๊ฐ์ด ๊ฐ์ ๋ ํ๋ฒ๋ง ์ ์ด๋ ์ ์ฉ๋๋ค-->
<option value="iphone">์์ดํฐ</option>
<option value="galaxy">๊ฐค๋ญ์ํฐ</option>
<option value="ใ
ใ
">LGํฐ</option>
</select>
</form>
select
option ์ ํํ์ง ์๊ณ ์ ์กํ๋ฉด ์ฒซ๋ฒ์งธ option์ value
๊ฐ์ด ์๋ฒ๋ก ๋์ด๊ฐ๊ฒ ๋๋๋ฐ ์ข์ง ์๊ฒ ์ฅฌ ..? ๊ทธ๋์ ์ฒซ๋ฒ์งธ option
์ value = "0"
, ์ ํ์ผ๋ก ์ต์
์ ๋ฃ์ด์ฃผ๋ ํธ (value ๋ฃ์ด์ฃผ๊ณ ์ถ์ง ์์ผ๋ฉด value = "0"
์ค๋ ๋จ)required
๋ ๋ฃ์ด์ค์ ๊ผญ ์ ํํ๊ฒ๋ ํ๋ค! <select name="device" id="myDevice" required>
<!--<option value="">์ ํ</option>-->
<option value="0">์ ํ</option>
<option value="iphone">์์ดํฐ</option>
<option value="galaxy">๊ฐค๋ญ์ํฐ</option>
<option value="ใ
ใ
">LGํฐ</option>
</select>
<fieldset>
<form action="">
<fieldset>
<legend>๊ฐ์ธ์ ๋ณด</legend>
<label for="myName">์ด๋ฆ</label>
<input type="text" name="name" id="myName">
<label for="myTel">์ ํ๋ฒํธ</label>
<input type="tel" name="tel" id="myTel">
<label for="myEmail">์ด๋ฉ์ผ</label>
<input type="email" name="email" id="myEmail">
</fieldset>
<fieldset>
<legend>๊ฐ์ธ์ ๋ณด ์ ๊ณต ๋์</legend>
<label for="checkAgree">๊ฐ์ธ์ ๋ณด ์ ๊ณต์ ๋์ํ์ญ๋๊น?</label>
<input type="checkbox" name="agree" id="checkAgree">
</fieldset>
</form>
<legend>
filelset
๋ฐ๋ก ๋ค์ ์์นํด์ผํ๋ค !! (๋ฐ๋์ ์ฒซ๋ฒ์งธ ์์์ผ๋ก ์ฌ์ฉํด์ผ ํจ)<button>
submit
: ๋ฒํผ ํด๋ฆญํ๋ฉด ์๋ฒ๋ก ์์ ๋ฐ์ดํฐ ์ ์ถ <button>๋ฒํผ</button>
์๋ฌด๊ฒ๋ ์ฐ์ง ์์ผ๋ฉด ๊ธฐ๋ณธ๊ฐ์ด submit
์ด๋ค.
<button type="submit">๋ฒํผ</button>
๊ทธ๋ ๋ค๊ณ type ์๋ตํ์ง ๋ง๊ธฐ
๋ ๋ค submit ๊ธฐ๋ฅ์ ํ๋๊ฒ ๋๊ฐ์๋ฐ ๋ ์ค ๋ญ ์จ์ผํ ๊น?
<input>
์ ๋ซ๋ ํ๊ทธ๊ฐ ์๊ธฐ ๋๋ฌธ์ย value
ย ํน์ฑ์ ํ
์คํธ ๊ฐ ๋ฐ์ ์ง์ ํ ์ ์๋ค.<button>
์ ๋ด๋ถ์ ์ฌ๋ฌ๊ฐ์ง ์์ ์ปจํ
์ธ ๋ฅผ ์ถ๊ฐํ ์ ์๊ณ ์ฌ๊ธฐ ๋ํดย ::after
์ย ::before
ย ์ ๊ฐ์ ๊ฐ์ ์์๋ฅผ ์ฌ์ฉํ๋ ๊ฒ๋ ๊ฐ๋ฅํ๋ค.๋ ๋ค์ฑ๋กญ๊ณ ๋ฉ์ง ์คํ์ผ์ ์ ์ฉํด์ผ ํ๋ค๋ฉด <button>
์์๋ฅผ ์ฐ์ ์ ์ผ๋ก ๊ณ ๋ คํ๋ฉด ๋๋ค!
<textarea>
: ์ฌ๋ฌ์ค์ ํ
์คํธ ์
๋ ฅ๋ฐ์ ์ ์๋ ์์
์ด๊ฒ๋ ๋น์ฐํ ๋ฐ์ดํฐ์ ์ก์ ์ํด ์ฌ์ฉ๋จ
<textarea name="" id="" cols="30" rows="10"></textarea>
<datalist>
: <select>
์ <input>
์ ์์ด์ ์ฌ์ฉํ ์ ์๋๋กํฉ๋๋ค. <input>
์ list ์์ฑ์ ์ด์ฉํด <datalist>
์์์ id ์์ฑ๊ณผ ์ฐ๊ฒฐํ์ฌ ์ฌ์ฉ
<label for="solasystem">์ํ๋ ํ์ฑ์ ์ ํํ์ธ์ : </label>
<input type="text" id="solasystem" list="planets" name="planets">
<datalist id="planets">
<option value="์์ฑ">์์ฑ</option>
<option value="๊ธ์ฑ">๊ธ์ฑ</option>
<option value="์ง๊ตฌ">์ง๊ตฌ</option>
<option value="ํ์ฑ">ํ์ฑ</option>
</datalist>
์ด๋ ๊ฒ ์ฌ์ฉ์์๊ฒ ๊ธฐ๋ณธ์ ์ผ๋ก ์ ํํ ์ ์๋ ์ต์
์ ์ ๊ณตํจ๊ณผ ๋์์, ๋ง์ฝ ์ด ์์ ์ฌ์ฉ์๊ฐ ์ ํํ ์ ์๋ ์ต์
์ด ์๋ ๊ฒฝ์ฐ์ _์ง์ ์
๋ ฅ ๊ฐ๋ฅํ๊ฒ๋ ํธ์์ฑ ์ ๊ณตํ๋ค._
(์ด๋ฏธ์ง/๋ด์ฉ ์ฐธ๊ณ ๋ฐ ์ถ์ฒ : ๋ฉ์์ด์ฌ์์ฒ๋ผ)