Posts by Eduardo Cervan Alves • 16 points
2 posts
-
0
votes1
answer105
viewsA: How to make two html files work with the same javascript
The way you explained it, I see two ways to do what you need. Localstorage and Websocket Localstorage function adicionar(){ var element = document.getElementById('teste') if(typeof(element) !=…
-
0
votes1
answer51
viewsA: Return query with PDO to Bootstrap card
There are several ways to return the CARD, one of them (which in my view is the simplest) is to concatenate the result and print everything at the end. <?php require 'conexao.php'; $consulta =…