Posts by Bruno Hideki • 1 point
4 posts
-
0
votes2
answers52
viewsA: How to use reduce() on a map() with data coming from the Firestore
I couldn’t get it, buddy, it’s still the same mistake... remembering that the viewContas, is where I am accessing the firestore via the Redux viewContas: state.firestore.ordered.contas const {…
-
0
votes2
answers52
viewsQ: How to use reduce() on a map() with data coming from the Firestore
I have an array of data coming from the firestore. With the data received by the firestore I make a map to make the display available as a table. When I try to make a table reduce to compute the sum…
-
-2
votes1
answer74
viewsA: PHP - Mysqli INSERT INTO does not work
$conexao <?php function conectar(){ $con = new mysqli("localhost", "bhideki", "1233", "agendas"); return $con; } $conexao = conectar(); ?>
-
0
votes1
answer74
viewsQ: PHP - Mysqli INSERT INTO does not work
$connection registering.php Take it easy there <?php include 'conexao.php'; $nome = $_POST['nome']; $email = $_POST['email']; $sexo = $_POST['sexo']; $nascimento = $_POST['nascimento']; $telefone…