how to capture mobile phone numbers

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
terrymechan
Forum Newbie
Posts: 2
Joined: Tue Apr 08, 2003 6:40 am

how to capture mobile phone numbers

Post by terrymechan »

I need to capture and store mobile phone numbers with text messages on my server.

then i need to be able to send a text reply from an mysql database to that mobile via sms

anyone have any idea of the hardware / software needed to interface to cllect the sms mobile number and message and to send sms messages to/from the server
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: how to capture mobile phone numbers

Post by Chris Corbyn »

There are SMS gateways which can do this for you. You can send messages through the gateway, and people can text back to a number provided by the gateway. I forget who we used to use in my last job... I think it was Kapow.
Post Reply