Posts by cairoofelipe • 79 points
11 posts
-
-1
votes1
answer160
viewsQ: Compare duplicate records in the database with PHP and Mysql
I am trying to make a condition that prevents you from saving the same login name of another already registered user. $login_fail=("SELECT DISTINCT $login FROM login"); if(empty($nome)){ $errMSG =…
-
0
votes1
answer70
viewsQ: Bug when doing INSERT in database with PHP and Mysql
I have an INSERT script that even not selecting any image within another input, in the database saves the name of the image formatted by the Rand function but without any extension, instead of being…
-
0
votes2
answers75
viewsQ: Format only last characters of a column’s values in Mysql
I wonder if it has how to format only the last characters of values in a column of my database for example image.jpeg to image.jpg
mysqlasked cairoofelipe 79 -
0
votes1
answer181
viewsQ: Invalid Parameter number - PHP
I’m using the same code I use to make the UPDATE from another table in my bank, but when I use the code for my bank’s post table error, the only thing that’s changing is the image. I have no idea…
-
1
votes1
answer82
viewsQ: Title with PHP variable
Hi, I developed a page php details. which uses the get method to take the information of the dice and play on the page. And put a variable $name within the HTML title <title><?php echo…
-
3
votes1
answer18816
viewsQ: Ways to put one site inside another?
I’m studying the tag iframe HTML5, I saw that with it we can place websites and videos within a page. However, I did some testing, with PHP and HTML files. The only way that it worked out that the…
-
0
votes1
answer659
viewsQ: Php - Pick variable by _GET or _POST? How to make name appears instead of Cpf
Well, I’m doing a project where the student enters by Cpf and date of birth. However, in the user div <div=class"user"> in home.php (where the greeting and user name should be) Cpf appears…
-
1
votes2
answers960
viewsQ: Search inside the input and open another page
Hello, I’m creating a project in my computer course. I would like to know the best way to do a database search within an input, and open another search page. Note: I am using php, I used input and…
-
0
votes1
answer75
viewsA: Dropdown in purecss does not work in menu
After a good detailing in the source code, I checked the css formatting in the class. custom-wrapper was preventing the dropdown from showing the menu. I removed the formatting and it worked
-
0
votes1
answer75
viewsQ: Dropdown in purecss does not work in menu
I was creating an example menu dropdown with purecss, at first it worked, the submenus appeared all right, when I went to make the same example only in the responsive format (where I used this…
-
0
votes1
answer653
viewsQ: My css file does not change formatting
A few days ago I had this problem. I put the css file in the home.php document <link href="css.css" rel="stylesheet"> formatting will, but then when I include other formatting in the css.css…