php - Check when a task has been completed N number of times? -
i running script perform task n number of times in php (downloading , converting file format n files inputted in form)
how whould check when has finished files?
my approach this:
create text file number 0
for each conversion finished add 1
check if number in .txt file equals n-1
is reasonable, or there way of doing don't know of?
thank you
Comments
Post a Comment