Posts by Flavio Henrique • 51 points
2 posts
-
0
votes0
answers52
viewsQ: Rearrange position of data listed with php
I have 3 tables, one with the name of ordinance, another with the name of materia, and another one with the name of portaria_has_materia. The focus is on port has_materia. It takes the foreign key…
phpasked Flavio Henrique 51 -
5
votes1
answer808
viewsQ: Sort sequence of numbers in a database with PHP
I’m having trouble developing a system that changes a sequence of numbers. I need this sequence to dispose of items in the correct order. When saving an item in the bank, it receives a number for…