Posts by Vinicius Borges Lima • 101 points
8 posts
-
-1
votes0
answers21
viewsQ: Maximum Python Int Size Error 3
I made a simple algorithm in Python 3 that proves that the "If a number n is prime, then 2 n -1 is prime" theorem is false. However, I wanted him to do it with all the numbers up to number 50. But,…
-
-1
votes1
answer124
viewsQ: How do PHP accept accentuation?
How can I make PHP accept accents like " " and " ". It would have to work on this list I created in PHP (This is not the complete code from the list). <td><?php echo…
phpasked Vinicius Borges Lima 101 -
-2
votes1
answer37
viewsQ: PHP error - "}" Appears on page
I created a list in PHP, but for some reason "}" appears all the time a new data is added in the list, what I can do to remove this bracket? Note: When I try to remove "}" from line 35 PHP returns…
-
-4
votes1
answer43
viewsQ: How to display an image with PHP session
What I can do to display an image (only the address is saved) that is saved in the database using the sessions?
phpasked Vinicius Borges Lima 101 -
0
votes1
answer48
viewsQ: PHP error - Not registered in database
PHP returns 4 errors when I try to register a user in the database, the errors are Warning: move_uploaded_file(photos/2f66a74ededbbd39c3651c02e62998af.jpg): failed >to open stream: No such file…
phpasked Vinicius Borges Lima 101 -
2
votes2
answers130
viewsQ: Error - Jquery does not load function correctly
The error appeared after I tried to add the . click(Function()) As you can see in the image above, the result is not as expected, which would be that H1 would be orange, with a fadein, and an…
jqueryasked Vinicius Borges Lima 101 -
3
votes2
answers935
viewsQ: How to make it play a song when the user puts the mouse on top of an element?
Is it possible that when the user hovers over a particular element on the site, a song would play? If so, how?
-
5
votes2
answers154
viewsQ: What to do so that when the user hovers over an image, it expands a little? ( preferably using only HTML and CSS)
I wanted that when the user passed the cursor over a given image, the image would zoom in a little bit, and that’s all.