Hi guys,
Im going to properly learn PHP by doing a little project that ive made up.
I know the basics of PHP but i havent really done much of it.
I need to know how to go about doing what im going to outline below. Please note, i dont want any code doing, i just want to know the logic behind it so i can code it.
Basically, im want to pull information from a database and display it in a table (THIS BIT I CAN DO).
The table the data goes into will be structed something similar to:
FIRST NAME - LAST NAME - AGE - SCORE
The score changes every week. I want to be able to have a table where the last column (score) is a textbox.
I can add in a textbox myself but i want to know how to then update that data in the database.
How will i know which person to update the data of?
From reading ive been seeing people mention having "ID's" but how would this come into play?
Some Psuedo code or general logic behind it would be great so i can start thinking and coding.
Cheers guys