hi experts,
i have form with array fields. How do i set my query to insert value to table?
<form method="post" action="insert.cfm">
<input type="Text" name="t" value="a">
<input type="Text" name="t" value="b">
<input type="Text" name="t" value="b">
<input type="Submit" name="submit" value="OK">
</form>
Joel
i have form with array fields. How do i set my query to insert value to table?
<form method="post" action="insert.cfm">
<input type="Text" name="t" value="a">
<input type="Text" name="t" value="b">
<input type="Text" name="t" value="b">
<input type="Submit" name="submit" value="OK">
</form>
Joel