1
Talk guys! I have a question. I created a static page that will show some data.
For example, I want to show you the live score of a specific football game.
I thought of creating a static page with:
- "Championship Name"
- "Name of Team A"
- "Emblem of Team A" (Image)
- "Name of Team B"
- "Emblem of Team B"(Image)
- "Outcome of the Game"
To facilitate data entry I thought of building a form to insert this information in a database. But I am in doubt if this is the best way to execute.
1 - Is it possible for me to create a "Enter data" page, leave pre-registered the teams/championships and select through a form with check box? For example:
2 - Is sending the above form always replace the row in the table? So on the show page would always fetch the same data?
Thank you for your attention.
Possible is, the point is that you have several ways to do this. I found your question kind of generic
– Emir Marques
So @Emirmarques I wanted to know the easiest way to redeem these values. Because on the "send form" page I will create a check box with the values to be saved. For example, when selecting "Cruise" and recording. When opening the "Show Data" page it will update with the recorded data in the table.
– Loukan