Posts by Antonio Dvino • 57 points
4 posts
-
3
votes1
answer179
viewsQ: How to pass the return (JSON) of a getJson request within the date where the chart values will be?
works as follows, has a . js that have the graphics assembled, but with the values inserted directly, I’m having a hard time finding content that fits directly into this example that I’m using, I…
-
0
votes1
answer18
viewsQ: How to compress folder and download, how to proceed in a simple way?
I’ve been doing a lot of searches both google, forums and FB groups, but nothing that was explained was enough to clear my doubt, I believe that because I’m new in the area and I’m still pretty…
-
1
votes2
answers141
viewsQ: Variable receiving only 1 single fetch value, how to fix?
I need to pass all values of the column to a variable, for example: Key -> $key; Content -> $Content; So I used bindColumn, but at the time that fetch() is performing it is only bringing 1…
-
0
votes2
answers104
viewsA: Convert BD to utf8
If you want to avoid having to always enter in the code, you can switch directly in the database manager console: ALTER DATABASE nome_banco DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;…