Posts by Agência Ozweb • 45 points
5 posts
-
2
votes1
answer114
viewsQ: Place decimals on Chart Gauge JS
I need help with a code. At Stackoverflow gringo, I got a code I’d been looking for for for a while and I just thought it paid off. Which in this case is the Chart Gauge. The problem I’m finding is…
javascriptasked Agência Ozweb 45 -
0
votes1
answer74
viewsA: Insert multiple records into Mysql based on an X value and add fixed values
I got a solution! I don’t know if it’s the right solution to what I wanted, but it’s the one I found. I’ll leave it here for whoever’s looking for something similar: //Aqui eu defino a quantidade de…
-
0
votes1
answer74
viewsQ: Insert multiple records into Mysql based on an X value and add fixed values
I need to enter multiple records in the database, but without coming from a form. For example: I have a 50 value (it would be the number of records I need to enter) and a mooring id that needs to be…
-
0
votes1
answer31
viewsQ: Count mysql records in X Y format to display in Wizard style form
Hello, I have a problem to count the records of a table in the database and show it as in this example: 1(X) of 10(Y) when clicking on "next" of the form would be 2(X) of 10(Y) and so on, as the…
-
1
votes1
answer343
viewsQ: Insert multiple type file records into Mysql
I’m making a form, where have a part of image registration for a photo gallery. In this field I use a script with an add field button so that a new field can be inserted for each photo…