Posts by J. Silva • 19 points
2 posts
-
1
votes1
answer185
viewsQ: foreach running in a 10 minute interval
I have a foreach that has more than 4 thousand elements... There’s some way to do this foreach and it loops 500 elements every 2 minutes??
-
0
votes0
answers70
viewsQ: Select Count(*) from these to run several consecutive PHP MYSQL queries
I have a routine that starts with a SELECT, and from this I trigger an email for each record found. The problem is that if I have more than 3,000 records, my program is bursting memory and the…