Posts by Cleiton Back • 1 point
3 posts
-
0
votes2
answers78
viewsQ: Display next table id in a form input
I need to display the next id number in an input, in case the form would be for a new sale, then I need it to appear in an input where it says the current sale number q will be made, in case the…
-
0
votes0
answers28
viewsQ: Table is not getting horizontal scrooll
so guys, I have a page pulling data from the database to the table, but the table doesn’t get the vertical scrooll when it gets bigger than the element... according to bootstrap 4.0 documentation…
-
0
votes1
answer95
viewsQ: When registering user, I need to check in the database if this user already exists and present error message
It follows below my code. It does everything, but hangs on the "user already registered" message even if I insert a different user into the field! Remarks: $con is the connection to the database…