Recommend this page to a friend! |
All requests | > | Recommendation for a PHP class to sen... | > | Request new recommendation | > | Featured requests | > | No recommendations |
by dell files - 24 days ago (2022-11-30)
+1 | I want to extract the number list singly from a CSV file. Then I need an SMS PHP script using procedural code to send the messages to the numbers retrieved from the CSV file. The script must wait for a time interval between each message it sends. I need this to work with a simple HTML page for testing. |
0 | by Manuel Lemos 22875 - 24 days ago (2022-11-30) Comment This package can send SMS messages to any number using SmartSMS API. Look at the README file in the package for some example code. To get the phone numbers from a CSV file, you can use the PHP functions fopen and fgetcsv. There are ready-to-use packages to do that. If you need a recommendation for a package to read from a CSV file, go here to request another recommended package: https://www.phpclasses.org/recommend_package/ You can use the PHP function called sleep to wait for a given time interval between message deliveries. Can you reply here to tell me if you need more help? |
Recommend package | |
|