Is there a way to have a page that can accept any form past to it and update or add data to a database?
What I want is one page that can accept any page passed to it and loop through to get every form field.
Well, you can get the form variable by using the keys in $POST or $GET....
you should have a look at the extensible form class tutorials on this site.