Posts by Lucas Vilela • 39 points
5 posts
-
1
votes1
answer369
viewsQ: Why . dat and not . txt?
I’m doing a job for my college in C language, it would be basically the entire shoe store system, with file manipulation. Looking for some examples of CRUD on the internet I found several that make…
-
1
votes1
answer1177
viewsQ: Using input file with JS
Good afternoon everyone, I am creating a registration screen and I have a question regarding <input type="file"> (This file will be 100% of the cases an image, without validation). I would…
-
0
votes1
answer93
viewsQ: Charts.js listing data from a BD (Ionic 3)
Good afternoon everyone, I am studying Ionic and would like to represent some data that is in a comic in my chart. I made the list via php api and the values are all coming right(I even used ngfor…
ionicasked Lucas Vilela 39 -
0
votes2
answers198
viewsA: Filter in a Select MYSQL via PHP (Ionic 3)
First of all I would like to thank Jorge, he helped me a lot in the resolution. I will explain here how the functional code was. index php. $app->get('/produto/:datad', function($datad) use…
-
1
votes2
answers198
viewsQ: Filter in a Select MYSQL via PHP (Ionic 3)
Good afternoon to everyone, before explaining a little more about the doubt I would like to make it clear that I am very lay in the subject and, amazingly, I’ve been trying to solve this problem for…