Posts by William Amaral de Souza • 3 points
1 post
-
0
votes1
answer845
viewsQ: Graphic with Google Charts
How can I fill this chart with Mysql data? <?php $sql = 'SELECT * FROM historicos'; $resultado = mysqli_query($conn, $sql); ?> <script type="text/javascript">…