Anyody knows how to get array of post inputs from ajax to CodeIgniter?
E.X.
<input name="city[]" value="xxx">
<input name="city[]" value="yyy">
Here is a similar question and solution for multiple fields posting using jQuery Ajax.
How to pass multiple checkboxes using jQuery ajax post
Hope this helps you. Thanks!!