Posts by Wellington Modesto • 1 point
2 posts
-
0
votes1
answer63
viewsA: Results above 10 data to display in charts by google Charts
PHP /* Your Database Name */ $dbname = 'eleicao'; /* Your Database User Name and Passowrd */ $username = 'root'; $password = ''; try { /* Establish the database connection */ $conn = new…
-
0
votes1
answer63
viewsQ: Results above 10 data to display in charts by google Charts
Hello, I would like to know if you can insert some chart by google Charts with data over 10 data, because I’m trying here and I can not, only displays 10 data above this generates an error. Someone…