Link to home
Start Free TrialLog in
Avatar of impressionexpress
impressionexpress

asked on

How do I send a text / sms message using php

How do I send a text / sms message using php whithout knowing the recipients cellphone carrier ?
ASKER CERTIFIED SOLUTION
Avatar of Scott Fell
Scott Fell
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of impressionexpress
impressionexpress

ASKER

I started poking around Twilio, I found a bit of sample code, but it appears in the sample code that there is an "includes" I cant find the php includes file. can someone that used this service guide me a little further.
which sample are you on
I agree. Twilio or CDyne SMS Notify are both excellent options.
As far as the includes goes, I'd suggest you follow the non-composer setup if you're not familiar with composer.

https://www.twilio.com/docs/sms/quickstart/php-manual-install

It will tell you where every file comes from.