01.
<html>
02.
<head>
03.
<title>ThaiCreate.Com Tutorial</title>
04.
</head>
05.
<body>
06.
<form action=
"PageMultiInputTextarea2.php"
method=
"post"
name=
"form1"
>
07.
<textarea name=
"txtDescription[]"
cols=
"20"
rows=
"3"
></textarea><br>
08.
<textarea name=
"txtDescription[]"
cols=
"20"
rows=
"3"
></textarea><br>
09.
<textarea name=
"txtDescription[]"
cols=
"20"
rows=
"3"
></textarea><br>
10.
<input name=
"btnSubmit"
type=
"submit"
value=
"Submit"
>
11.
</form>
12.
</body>
13.
</html>