hey,
i'm trying to figure out how to have a html table with data pulled from a mysql table.. with drop down menues as options for each line... update with the new data for the html row table that was changed.
something like this...
and if i change the data in the top row... the script will change the data in the mysql table for that user name only.
use php to get the data from mysql. and merge these data with javascript chain menu http://www.dynamicdrive.com/dynamicindex16/chainedselects/index.htm
hey.
my issues is... I'm going to have lets say 100 of these...
what do i do about my naming structure for each field...
basically what will figure out what data has changed and then pass it back to php and then mysql with the updated information?