Posts by Thiago Prange • 25 points
5 posts
-
1
votes3
answers133
viewsQ: Is it possible to leave the delay argument of the dynamic setInterval?
It is possible to pass the millisecond parameter in the function setInteval as a variable so that it can be changed dynamically or necessarily needs to be a static number? I did some tests but did…
-
0
votes0
answers734
viewsQ: Create search box in modal Bootstrap
I wonder if it is possible to create a modal window to search for information and select it for a form. For example, when you click on the magnifying glass open a modal with all the individuals…
-
0
votes1
answer489
viewsQ: Insert values into an INPUT type="number" or SELECT from the database
Can I import database values into an input or select field using html, php, Mysql and/or bootstrap only? (Obs.: do not master Javascript or Json) Follow image to illustrate, then I explain what I…
-
1
votes1
answer39
viewsQ: Simultaneous database login - efficiency
Hello! To prohibit simultaneous login of the same user in a local PHP system, where it will have a maximum of 50 long-term users (initially between 15 and 20), I created a table in the database,…
-
0
votes1
answer2833
viewsQ: Conditional class relationship diagram
I made a diagram and modeled the Partners class to involve customers, suppliers, service providers, etc., which will inherit attributes from the abstract classes Pessoa->Física or…