Posts by Eberton Ferreira • 3 points
2 posts
-
-3
votes1
answer40
viewsQ: The page only displays the Else message. if doesn’t work and I don’t know what the problem with that simple code is anymore
<?php if ($_POST) { $nome = $_POST['nome']; $telefone = $_POST['telefone']; $logradouro = $_POST['logradouro']; $numcasa = $_POST['numcasa']; $bairro =…
-
0
votes1
answer727
viewsQ: Background image using bootstrap
I have a simple problem, but it’s the first time I’ve come across such a problem. Using the bootstrap on a page, I couldn’t put a background image. The page does not recognize the following command…