Welcome Guest, Not a member yet? Register   Sign In
Inserting form fields into a database
#2

[eluser]Clifford James[/eluser]
try using this in your input fields:
Code:
<input name="question[]" />
<input name="question[]" />
or
Code:
<input name="question[0]" />
<input name="question[1]" />

Then with codeigniter $this->input->post('question') is the array you want.


Messages In This Thread
Inserting form fields into a database - by El Forum - 05-18-2010, 05:22 AM
Inserting form fields into a database - by El Forum - 05-18-2010, 05:37 AM
Inserting form fields into a database - by El Forum - 03-25-2011, 01:56 PM
Inserting form fields into a database - by El Forum - 05-19-2011, 04:41 PM
Inserting form fields into a database - by El Forum - 05-19-2011, 04:44 PM
Inserting form fields into a database - by El Forum - 05-20-2011, 02:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB