I have a table that i would like to display.
There are 2 fields in this table, name & color.
And i have a table, html of course.
The first column in the table will be a lit of names,
The second the names, written in the color specified
The third is a form where you can change the color.
Im trying to learn php, and I know how to do this in a program such as excel, but unfortunately the tutorials I find on the internet are often vague😕
I know that i can output the data to a table. And I can use the form to change the database. But I am having a few issues getting everything in there.
Does anyone know where i could look up some examples of what i am looking for?