I\'m interested in knowing if it would be at all feasible to be able to send text messages via PHP. The main purpose of which would be to send a single message to a group of
If this is, for example, an internal reporting application, usually the easiest way to get SMSes out to people is to use their telecom service providers' email-to-SMS gateways. This requires that said service providers have them, but the majors all do. All you do is find out the email address to send to in order to SMS to each person and use mail() or some such to send an email there.