Posts by Daniel Dias • 39 points
2 posts
-
0
votes1
answer69
viewsQ: PHP Chart - how to call the BD and adapt the variables to the chart?
Good, I’m here with a problem in adapting the variables I call from the database to the graph . <?php $labelsJS = array(); $valsJS = array(); $graph=$conn->query("SELECT * FROM lucro")or…
phpasked Daniel Dias 39 -
3
votes1
answer65
viewsQ: Graphs in JS , error when entering BD data
I have at hand a huge problem. I have some graphics on js, where I need the data entered into them to come from the database. But the way the code js is built, I can’t find any way to assign the…