I use codeigniter and I have a form creating produsers.
There must be 2 input texts for some language (english-france etc) that there are in database, and been creating dynamiccaly.
Is there an idea how to do it and then read the post variables?
I tried to create an array (name[en], name[fr]) but codeigniter do not permit posting chars as [.
Bookmarks