PHP and MySQL make up what must be the best combination for data-driven Web sites on the planet. If you are using PHP and MySQL on your website and would like to integrate SMS messaging into your application, follow the steps below. The following steps work on Linux, Soliaris, MacOSX and Windows platforms.
In this example we assume that you have an Apache webserver with PHP support configured with a MySQL database server on a Linux machine. You would like send SMS messages with the Ozeki Sms Server, which is installed on another PC running Microsoft Windows.
In this case all the SMS sending and receiving tasks can be done by using MySQL SQL statements in your PHP script.
All you have to do is create the appropriate database tables, install a MyODBC driver on the Windows PC running the Ozeki SMS Engine and make some configuration. The MyODBC driver will enable the OZEKI SMS Server to insert the incoming SMS messages into the remote database and check this database periodically for outgoing messages.
In this case all the SMS sending and receiving tasks can be done by using MySQL SQL statements in your PHP script.
All you have to do is create the appropriate database tables, install a MyODBC driver on the Windows PC running the Ozeki SMS Engine and make some configuration. The MyODBC driver will enable the OZEKI SMS Server to insert the incoming SMS messages into the remote database and check this database periodically for outgoing messages.
download at http://www.ozeki.hu/index.php?ow_page_number=503
0 komentar:
Post a Comment