How difficult would it be to (upon doing a search of a mysql database) to dump all the results in a huge form (the value for every field appears in a separate text box.)
Then if the user updated a particular field, PHP would update the database... (either entirely or only in the fields needing updated...)
Thanks for any ideas as to how to go about this.