Posts by ALAN BARROS • 1 point
2 posts
-
0
votes0
answers64
viewsQ: Plot in php with database values coming by loop repetition
Good morning. I need to show on the screen a bar chart that shows the value of two tests (teste1 and teste2). However, the value of test1 is saved in $valor1 and the test value in $valor2 and…
-
-2
votes1
answer32
viewsQ: How to register the value of an input="text" in the database?
How can I include the value of the name input identificador to be saved in the database, with the code below: <?php require_once "conexao.class.php"; $conexao = new…