php - How to pass grid data to another page? -
i new php. have page containing grid. users can edit values in grid. when click submit button, pass of grid data action page. however, don't know how this. please give inputs. for eg. if form this, can give name text below. <form name="form_submit" method="post" action=""> <table> <tr> <td><input type="text" name="title[]" /></td> <td><input type="text" name="text[]" /></td> </tr> <tr> <td><input type="text" name="title[]" /></td> <td><input type="text" name="text[]" /></td> </tr> <tr> <td><input type="text" name="title[]" /></td> <td><input type="text" name="text[]" /></...