Posts by Mickael Rocha • 25 points
5 posts
-
1
votes2
answers35
viewsA: How to create a React component that receives a query string and then make a request?
Hello! I think your problem is keeping "Dispatch" in the dependency array. Useeffect causes any of the variables stored within that array to be "heard", and any changes to it, it executes useEffect…
-
-1
votes1
answer45
viewsQ: Find other select results
Good morning guys! I have a code where I search the registers around the city. Code below: <form name="frmBusca" method="post" class="w3-container w3-center w3-row-padding" action="<?php echo…
-
0
votes2
answers102
viewsQ: How to take the last inserted values from two tables, and sort them by the last access?
I need to create a select who picks up the id's of two tables, unite them and show me the last record of the two together. I tried so: SELECT DISTINCT p.cod_mobilibus, p.nome, q.dt_acesso FROM…
-
0
votes4
answers666
viewsA: How do I get an image to cross the boundaries of a DIV
In this case, use in your CSS: .teste1{ /* Display inline block trava a imagem na tela */ display: inline-block; background-color: red; text-align: center; width: 1200px; height: 200px; }…
-
0
votes1
answer157
viewsQ: I need to play a php variable in javascript
I have a code where I need to put inside a javascript a variable that is the ID of the person I’m pulling, but I can’t find the solution. Where am I going wrong? <?php echo " <tr>…