Posts by JrD • 1,319 points
53 posts
-
4
votes1
answer133
viewsA: Clause Where takes too long
The way you are using the query is only being stored, not executed. If you really want to run the query you should use commands like find or get. Try to change the following code $table =…
-
2
votes3
answers148
viewsA: execute Jquery calculation for each corresponding div
The simplest way to solve this would be to go through all objects with the same class and apply the necessary calculations to it, follow an example code of how to go through it.…
-
1
votes2
answers77
viewsA: View foreach result out of it
I didn’t understand your doubt very well, but this function here makes the comparison between the two arrays, line by line, verifying the data in each position whether they are equal or different.…