Posts by Michel • 21 points
2 posts
-
1
votes1
answer1332
viewsA: Generating graphics with hightchart, PHP, MYSQL and Angular JS
Ai staff managed to solve the problem, so I realized I was passing the correct values but a small detail in my PHP code made all the difference, as ei was passing a string strings to the hightchart…
-
1
votes1
answer1332
viewsQ: Generating graphics with hightchart, PHP, MYSQL and Angular JS
I’m trying to generate graphs dynamically with technologies (PHP, MYSQL, Angularjs). This is my PHP code: $sql = "SELECT descricao, estoque from `alimentos`"; Transaction::open("mysql"); $conn =…