Posts by Mateus Pessanha • 11 points
1 post
-
1
votes0
answers19
viewsQ: jpgraph Empty square php line Chart
Here my code receive data of a form: if(empty($_POST["GESTOR"])) { $where_GESTOR = ""; } else { $GESTOR = implode( "','" , $_POST["GESTOR"]); $where_GESTOR = " and B.GESTOR in ('$GESTOR') "; }…