Posts by Vitor Grenzel • 3 points
5 posts
-
-1
votes1
answer120
viewsQ: Error of CORS Ionic 3
I’m trying to connect my application with a backend server in Laravel I have an Interceptor that adds headers to the request: intercept(req: HttpRequest<any>, next: HttpHandler):…
-
0
votes1
answer102
viewsQ: Ionic Framework - Web service or Mysql
An application with Ionic Framework, can access a mysql database equal to a conventional web application? example to Hostnet. Or is a web service necessary? And in the matter of security, which one…
-
0
votes1
answer158
viewsA: Only the first row of a PHP dynamic table is saved in Mysql Database
I managed to solve, I will leave documented in case someone goes through the same problem. The solution was to fix the hierarchy of the HTML structure, it was like this: <div> <div>…
-
0
votes1
answer158
viewsQ: Only the first row of a PHP dynamic table is saved in Mysql Database
Only the first row of the table is recording in the database, I notice that the problem is in the loop foreach ( $_POST['data'] as $key => $value). By clicking the "Add" button a new row of the…
-
0
votes1
answer173
viewsQ: Ajax to make select in bank does not work in new line
I am having difficulty in the following situation, when generating a new table row my Ajax code to make a select in the database does not work. Follow the image below to clarify any doubts: Page:…