Talk the guys! I have a doubt. I've created a static page that will show some data.
For example, I want to show the live score of a specific football game.
I thought about creating a static page with:
- "Championship Name"
- "Team A Name"
- "Team A badge" (Image)
- "Team B Name"
- "Team B badge" (Image)
- "Game result"
To facilitate data entry I thought about building a form to insert this information into a database. But I am in doubt if this is the best way to run.
1 - Can I create a "Insert Data" page, leave pre-registered teams / championships and select through a form with check box? For example:
2 - When sending the form above does it always replace the row in the table? So the display page would always fetch the same data?
Thank you for your attention.