i need a script that does that.
I have a webpage I wrote in HTML, that has a javascript button that will add a row to a table to allow multiple inputs. Each iteration of the input text box has the same name attribute. When submitted, a PHP page connects to an MSSQL database through an ODBC connection and posts the inputs. However, if theres more than one, only one gets posted. Any idea on how to get the name and PHP script to auto increment the name attribute? Thanks.