Send SMS from website

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
chxxangie
Forum Newbie
Posts: 12
Joined: Wed Sep 19, 2007 10:00 pm

Send SMS from website

Post by chxxangie »

is this possible to do? i have done some research via internet, seem need to use 3rd party to do.
User avatar
Sindarin
Forum Regular
Posts: 521
Joined: Tue Sep 25, 2007 8:36 am
Location: Greece

Re: Send SMS from website

Post by Sindarin »

I think you need a service (SMS Gateway) to achieve this. Haven't tried it yet.
User avatar
The_Anomaly
Forum Contributor
Posts: 196
Joined: Fri Aug 08, 2008 4:56 pm
Location: Tirana, Albania

Re: Send SMS from website

Post by The_Anomaly »

chxxangie wrote:is this possible to do? i have done some research via internet, seem need to use 3rd party to do.
I rely heavily upon SMS services for several of my sites, and this has been perfect for me--even though I live overseas. Vodazone is highly recommended based on my past experience. I use the SMTP gateway, which works perfectly--but they have many options, and great support.
Post Reply