The SMS Gateway we are selling here, is a software utility that enables you to easily send and receive text and binary "Short Messages" over GSM digital cellular telephone networks from your local PC or network. The data, both incoming & outgoing are stored in MySql database via ODBC so easy to be developed more.. There are very sophisticated systems for autoreply, autorespon, auto forwarding, insert data, update data, sender filtering etc.
Pre Requisites
Pre requisites to run SMS Gateway :1. You need to have the Windows Operating System here
2. You need to download and install MySql server. Download here
3. You need to download and install MySql ODBC Connector here
4. Set up your database by copying these SQL command to your own localhost MySql.
5. Connect your MySql database to your ODBC :
Start Menu - Control Panel - Administrative Tools -
Data Source (ODBC) - Add - Choose 'MySql ODBC Driver 3.51' -
Finish, Entry Your Database Info:
Data Source Name : sms
Description : sms
Server : localhost
User : Root
Password : -just empty-
Database : sms
Click OK
or depend on your existing MySql user settings.


