Posts by Lucas Gomes Feitosa • 3 points
3 posts
-
0
votes1
answer36
viewsQ: How to make my while repeat the div but change the images from the Bootstrap slider
<?php session_start(); //coloca isso no arquivo seguranca.php, assim não precisa digitar em todas as páginas! require_once("../seguranca.php"); //se aqui ele já chama o conect.php não precisa…
phpasked Lucas Gomes Feitosa 3 -
0
votes2
answers1224
viewsA: Pass modal window id
Created one the following way First I made mine PHP, and called the page where the modal was on the button (In the case to edit). With the id of my variable that in the case is this excerpt <a…
-
0
votes2
answers52
viewsQ: How to put two pictures on this grid on each line for a 1366*768 resolution?
Good evening, I need help (tcc), I found an effect on the internet and I decided to incorporate it to my project but some problems arose, so I created a separate effect file to be less complicated,…