본문 바로가기

컴퓨터

input 값 배열로 전달하기

<form action="http://www.example.com/" method="post">
	<input type="text" name="array[]" value="hello" />
	<input type="text" name="array[]" value="world" />
	<input type="text" name="array[]" value="!" />
	<input type="submit" value="Submit" />
</form>

'컴퓨터' 카테고리의 다른 글

a 태그 스타일 없애기  (0) 2019.07.10
첫 줄 들여쓰기 text-indent  (0) 2019.07.07
라즈비안에 mongodb 설치하기  (0) 2019.07.04
타임존(time zone) 맞추기  (0) 2019.06.11
파일 최종 수정 날짜 알아내기  (0) 2019.06.10