Thanks for the response. At this point i've decided to just have one form on the page but i still cannot get the array results to display properly.
i have about 15 fields that i need to display, some 'echo' and some as 'input' fields.
if i use all 'input' fields, the data updates fine in the database. when i use some input and some echo fields, it doesn't write to the database, but i don't get an error anywhere.
basically, i'm trying to achieve a form w/ a two column table that displays the heading on the left and result on the right with one button to modify the data.
I guess I'm just not understanding the best way to set this up. I've tried mysql_fetch_array, mysql_fetch_assoc and mysql_fetch_row but cannot get the results to display properly and/or if it does, the data doesn't write to the database. If I use mysql_fetch_row, how do I echo different columns (besides the first) since there is no other value except for 0?
I suspect I'm missing a crucial piece that is causing this not to work. Sorry if I just completely confused everyone - but I'm kind of confused myself.