How to store sms in mysql database

How to store sms in mysql database SearchSearch
Author Message
meme
Unregistered guest
Posted on Sunday, July 04, 2004 - 12:43 pm:   

I have download now sms.. I like to use this in my company..
But dont know how to accept SMS and store into my database, Please give me some sample script. Thanks a lot for your helpness
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 2989
Registered: 10-2002
Posted on Wednesday, July 07, 2004 - 08:05 pm:   

Are you familiar with using PHP?

I know PHP has some good links into MySQL. But I haven't done any interfacing myself into MySQL. Here is a link to some info on database interfacing from the PHP web site:

http://us2.php.net/manual/en/faq.databases.php

The following link has a simple example of configuring a 2-way command to point to a PHP script, where the PHP script parses the sender and text parameters from the received message:

http://support.nowsms.com/discus/messages/1/3991.html

You would need to enhance that script to take the received variables and put them into a database.

-bn