I have an expandable table with 4 cols: button, input text, input number, input number, where each input has an array name, name=name[]. However the var_dump($_POST) shows the wrong (old) names for the number inputs. Despite changing the input names, POST is still using (showing) the old input names (I have restarted all services to no affect). I deleted and reloaded the html file to no affect. Why would POST not recognize the current (new) input names? Any help appreciated.
↧