Posts by Gabriel Camurça • 3 points
2 posts
-
0
votes2
answers119
viewsA: How to manipulate objects inside a div?
Friend, a good one would be to create 3 Ivs and leave them that way in CSS: div#cidade1 { min-width: 33%; max-width: 100%; position: relative; } Apply this to the 3 Ivs. I hope I helped :) This way,…
-
0
votes0
answers266
viewsQ: PHP script to prevent two equal data from being entered (Mysql)
I am developing a system for my school’s library and would like to know how to make a script in PHP, with Mysql database, which, at the time of registration, check if there is a record with that…