Posts by Alda Torres • 1 point
2 posts
-
-2
votes1
answer40
viewsQ: I cannot understand/find the error in php code
I am creating a client registration system and when I run . php it simply appears this error: php code: <?php $login = $_POST['inputEmail']; $senha = MD5($_POST['inputSenha']); $connect =…
-
-2
votes1
answer40
viewsQ: How to align these Divs side by side?
I would like to put the image on top of H3 and p, and not on the side, which is how it is getting. I have tried several ways and could not... HTML: <div class="pad-top-90 pad-bottom-60…