Posts by Lucas Rodrigues • 11 points
4 posts
-
0
votes1
answer94
viewsQ: HTTP request using RAW/JSON Angular 7
Good afternoon, I’ve tried almost everything but I can’t do a POST at the angle using a list, always returns error 500. This is the Component call. ngOnInit() { let CSVProduto:…
-
-1
votes1
answer4663
viewsQ: Property '' does not exist on type ''
I’m picking up an error while doing the Build of my angular application, the error is this: Property 'resource_name' does not exist on type 'Produto[]' Here is my TS code and HTML. The call by form…
-
0
votes3
answers359
viewsQ: "Onclick" function that calls PHP function
Do you guys talk? I am beginner in development and I have a problem, I have a form (HTML) that sends data to a PHP file and registers in the database. What I need is: When successfully recording the…
-
0
votes1
answer39
viewsQ: Doubt Mysql + PHP
Hello, I am developing a management system of camepeonatos online (Fifa, pes) and I have a problem, now I am doing the part where the user will post the result of the game, informing the score and…