Posts by Douglas • 21 points
4 posts
-
0
votes1
answer207
viewsQ: Display variable only once on a foreach and count total rows of an IF
I have a script, which basically compares the files of a bank table with the files of a directory, and it shows the files that are NOT in the database and are in the directory. I have 2 problems:…
-
1
votes1
answer314
views -
0
votes1
answer197
views -
-1
votes2
answers71
viewsQ: The correct way to count an array in PHP
I would like to ask a question, I have a script where I count the total of files of a directory and compare with the files of the bank, everything is working. My question is this:: When I put a code…