FantonioMotta
Query an item in a table in the Database and insert one in the front column
I will explain in more detail the functionality I need, I have a table in the Database that has some equipment and their Registration Numbers
EX:
Equipment | NR | STATE|
Keyboard | 1057 | |
And with PHP filament I wanted to make a form that looked for that Registration Number and if it had it in that table it would register with "OK" in the front column
EX:
Equipment | NR | STATE|
Keyboard | 1057 | OK |
In order to facilitate the comparison of these equipment
3 replies