Posts by Ismael Pastori • 21 points
2 posts
-
0
votes2
answers63
viewsA: PHP errors/warnings parameter 1 & 2
Basically these two lines are doing the same thing $sql=mysqli_query($conn,"SELECT email, password FROM registo where email='$email' and password='$pass'"); $r = mysqli_query($conn, $sql); // Linha…
-
2
votes1
answer1543
viewsQ: Dynamic form using Bootstrap Tabs
I have a form, which will be released from the header data and items. I know how to use the Bootstrap Tab, but in the items I would like to call another page so that it is easy to launch the items…