본문 바로가기

컴퓨터

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>

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