Welcome Guest, Not a member yet? Register   Sign In
how to Insert Multiple Rows in SQL with Multiple forms
#1

[eluser]Abdelouahab[/eluser]
how to Insert Multiple Rows in SQL and who to use that with Multiple forms
pleas help me
#2

[eluser]PhilTem[/eluser]
Active Record -> insert_batch()

And then you would just need to set up your form properly, so that every input is not a single item, but part of an array, i.e. the input name is something like username[] while the value will be the corresponding value inserted into the form.




Theme © iAndrew 2016 - Forum software by © MyBB