On Mon, 24 Mar 2003, vaibhav wrote:
its simple....just name the textbox as 'firstname[]' ..............this brackets tells its an array........so you will get
[snip]
<FORM METHOD=POST ACTION="submit.php"> <INPUT TYPE="text" NAME="firstname[]"><BR> <INPUT TYPE="text" NAME="firstname[]"><BR>
[snip]
Uh, I don't know php, but I don't think HTML allows arrays. The above looks suspiciously like HTML.
Philip