Posts by DINHO NUNES LC • 1 point
2 posts
-
-1
votes1
answer22
viewsQ: Is it possible to download the link page displayed in the onclick input?
This is the div with the input that displays the link! <div> <input type="text" class="mb-5 form-control" id="linkIn" readonly> <button type="button" class="btn btn-primary"…
-
-1
votes1
answer31
viewsQ: What’s wrong with this code?
Where am I missing when updating this code to php 7.4. File "controls/connected.php" <?php // DADOS DA HOSPEDAGEM $endereco = "localhost"; $usuario = "root"; $senha = ""; $banco = "teste"; //…