I’m a bit stumped with this one. Ultimately what I am looking to have is a one size fits all solution to a problem.
At the moment I have one table in a database and a single web page that gets info from the user and stores the entered info once the submit button is clicked. Dead simple. I’m about to start on building a couple more tables though, and these will use different fields and different input pages. Is there any simple way to write a submit routine that reads the name of the input boxes and the writes the contents of the input to those fields in a loop rather than hard coding it for each page? Thanks.