Posts by Gabriel Arantes • 11 points
2 posts
-
0
votes1
answer33
viewsA: Reorder AUTO_INCREMENT correctly
Speak buddy, try to edit the registration code from 8 to 6 and then run this command: ALTER TABLE AUTO_INCREMENT = 1
-
1
votes0
answers131
viewsQ: Get data by POST on Reactjs
When I need to capture data in Reactjs via querystring, I use the command this.props.match.params.[NOME_DA_QUERY]. Does anyone know how to capture when this data comes by POST?…