Posts by Fabio • 9 points
3 posts
-
-1
votes1
answer70
viewsQ: how to do an input Insert by adding the value to the database column? Mysql + php
I’m a beginner in php and am doing a tcc project of my technical course where, I have to register hours of an employee. how do I do so, by making the value add to what is already registered in the…
-
0
votes1
answer39
viewsQ: click on a table field to load the edit form with the selected id
I have a user table and would like when clicking the edit button to load the edit form without refreshing the page with the id selected using jquery would be possible? below follows the code:…
-
1
votes4
answers27834
viewsA: Remove edge of button
In my case it worked this: .jumbotron:focus{ outline-style: none; }