Categories | Question details Back To List | ||
Parsing $_POST data from dhtmlxgrid
When submitting a grid using a form do you have any examples showing how to iterate through the resulting $_POST in order to capture the grid elements to begin processing them for update or other storage? Thanks Answer posted by Support on Jan 26, 2009 02:08 There is no ready to use sample, but you can check next document, it describes logic of vars in $_POST naming. http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Form_integration.html#grid_art_htmlform |