Hello,
I am currently a script that exports the previous days's information from a mysql db using a cron job daily in order to import the resulting file into another system.
It all worked fine until this morning. We discovered a limitation on the system we are attempting to import into.
What i am now forced to try and do is get a line count from the variable and after X amount of entires (each entire is @ least one line) i need it to stop and call the email function, After the email has been sent i then need it to continue with the the rest of the script and after it hit's the line count again fire off another email.
Is this even possible? i have no idea how to even start looking at this.
Any help would be greatly appretiated.