Okay I have searched for the last 3 days and this seems that is should be very easy.
I have a table that is generated from a mysql database. In the table I have some text boxes that fill in but can be updated. Once the user updates that text box I want them to be able to push a button, or a link that is also in the row that will then update the text boxes to the mysql database.
The table is a schedule/score table as below.
Game Date Game Time AwayTeam AwayScore
There are more columns, but that should give you the idea. Basically the admin person can enter scores or enter the AwayTeam if there is an empty spot in the schedule. The GameDate/Time never get updated on this screen.
Can someone please point me in the right direction. I know programing, but I am new to web programing.
Thanks,