Flexigrid - Lightweight but rich data grid |
[eluser]paulopmx[/eluser]
[quote author="paky" date="1211550297"] Quote:hi paky, great paulo .. then in same form send all POST data .. ok ... but the name of all parameter create from addFormData() function ? If I have many <input type="text"> how call it in post.php file ? thanks ![]() Just add as many form fields as you want. serializeArray will base the POST name of each variable base on the 'name' attribute of each input tag. So if i add a field with <input type='hidden' name='customerid' value='1' /> then you can get it on the server like $_POST['customerid']. or if your using codeigniter $this->input->post('customerid'). |
Welcome Guest, Not a member yet? Register Sign In |