Herlen_Almeida 0 Posted October 22, 2020 Report Share Posted October 22, 2020 Estou com um erro que não consegui resolver por sozinho.... tenho essa login.php <!DOCTYPE html> <html lang="en"> <head> <?php include 'header.php' ?> <?php include 'footer.php' ?> <title>Document</title> </head> <body> <div id="central_login"> <div class="content" align="center"> <form id="envio" method="POST" class="col-sm-4" action="javascript:void(0)"> <div class="input-container"> <i class="fas fa-user icon"></i> <input type="text" name="usuario" id="usuario" class="form-control" placeholder="Usuário"><br> </div> <div class="input-container"> <i class="fas fa-key icon"></i> <input type="password" name="senha" id="senha" class="form-control" placeholder="*******"><br> </div> <input type="submit" form="envio" name="Enviar" class="btn btn-outline-primary btn-lg btn-block"> <input type="reset" name="Limpar" class="btn btn-outline-primary btn-lg btn-block"> </form> </div> </div> <!--<script src="../util/jquery.js"></script> <script src="../util/script.js"></script> <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"> </script> --> </body> </html> acontece que se tento dar um include no footer ele não funciona se coloco direto no login.php (comentario) ele vai de boa..... onde estou errando ??? Quote Link to post Share on other sites
1 Herlen_Almeida 0 Posted October 22, 2020 Author Report Share Posted October 22, 2020 já resolvi kkkkkkkkkkkkkkkkkk "cabecudices" de quem está iniciando kkkkk Quote Link to post Share on other sites
0 Alyson Ronnan Martins 0 Posted October 22, 2020 Report Share Posted October 22, 2020 Boa! Kkkk Quote Link to post Share on other sites
Question
Herlen_Almeida 0
Estou com um erro que não consegui resolver por sozinho....
tenho essa login.php
se coloco direto no login.php (comentario) ele vai de boa.....
onde estou errando ???
Link to post
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.