Posts by Jean Semensi • 25 points
4 posts
-
0
votes0
answers26
viewsQ: Update in two tables using php mysql stopped working
Guys I’m having trouble running the update on two tables... It worked until recently, but updated the XAMMP I use for testing and simply stopped! New way to run update? <?php // RECEBENDO OS…
-
0
votes2
answers956
viewsQ: Hide a div containing photo and show another div in the same place
I am using jquery / php to access the user’s camera and take a photo for a registration. And on the page change user data I need that when uploaded show the photo recorded in the bank in a div…
-
0
votes2
answers362
viewsA: Display name in input using autocomplete
Which autocomplete are you using? How does it work? I am searching by username in an input field but returns only the name for value. I believe it is the same thing that is happening with your…
-
2
votes3
answers1120
viewsQ: Enable Submit button if CPF is valid
I used that tip link here. But I’m trying to implement something else I need and I can’t. Next: I need to test if Cpf is valid and if it is, release the sign-up button. For this I test Cpf with the…