PDA

View Full Version : SMS messaging with PHP + MYSQL



onemhunki
March 29th, 2007, 02:32 PM
Hi folks,

After some advice/guideance. Have a client who has a MYSQL database of clients, he's looking to send out about 10 SMS text messages a week to a database of about 100 members.

I know it can be done, I've begun to research it through the web, but just wondered if any of you knowledgeble folks here had any advice/tips/hints/help.

Cheers in advance.

M

foodpk
March 29th, 2007, 05:58 PM
Mobile providers usually offer such services. They give you an API which you implement into your site and then subsequently charge you for every sms sent or by the month, depends.

hl
March 29th, 2007, 06:12 PM
That or you could just ask for their provider as well, which would give you their "email address" like ##########@vtext.net for me I believe. Then you can just use a simple mail to send the text message.