Posts by Gian Carlo Mdr • 27 points
4 posts
-
1
votes1
answer110
viewsQ: Syntax Error. Unexpected token '=' in React
When I try to run dev-server it returns an error in the console that I cannot identify what is generating it webpack.config.js iconst path = require('path'); module.exports = { entry:…
-
1
votes1
answer614
viewsQ: Get PK from one table and Insert as FK into another
I have an inheritance in my work and I’m struggling to make it work. Example of the Tables CREATE TABLE IF NOT EXISTS pessoa ( idpessoa INT NOT NULL AUTO_INCREMENT, tipopessoa VARCHAR(45) NOT NULL,…
-
0
votes2
answers985
viewsA: Insert a data from a Combobox (PHP) into the Database
Here is the part of the relations between State-City-Address-Person.…
-
0
votes2
answers985
viewsQ: Insert a data from a Combobox (PHP) into the Database
Hello, I’m putting together a system for the college project. I have a relationship between City-State. Well, the state CRUD is already working and storing in the Database, when I will register a…