Tection99 Posted August 26, 2007 Share Posted August 26, 2007 I'm trying to track down a script that will break up a text file into different sections then email each section at a defined time interval. Does anyone know of any such script? Any help is most appreciated! Quote Link to comment https://forums.phpfreaks.com/topic/66733-php-script-break-up-text-an-email-it/ Share on other sites More sharing options...
gerkintrigg Posted August 26, 2007 Share Posted August 26, 2007 i could write one... try the fopen() function for text files and then use explode() to split at specific points. Email is easy... just look up the mail() function. Quote Link to comment https://forums.phpfreaks.com/topic/66733-php-script-break-up-text-an-email-it/#findComment-334437 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.