PHP Developers!
Start by checking out the possible solutions
on how to add SMS functionality to your website. Read the
quick overview:
Send SMS using HTTP:
With PHP you can easily submit SMS messages using HTTP
requests:
The Ozeki NG SMS Gateway can send incoming messages to your
PHP website through HTTP GET and POST requests:
SMS from MySQL:
If your website has a MySQL database, check out the
following information:
Callcenter developers
If you are working on telephone solutions, please check
out the Ozeki VoIP SIP SDK.
It can be used to create: |
Webphone solutions:
- Adobe Flash video phone
- Silverlight video phone
- Web to web calls
- Web to VoIP calls
Custom SIP clients:
- Silverlight SIP VoIP client
- Flash SIP VoIP client
- C# .net SIP VoIP client
- ASP .net SIP VoIP client
- Web based SIP VoIP client
Custom VoIP solutions:
- VoIP SIP softphones
- VoIP call center clients
- VoIP IVR systems
- VoIP predictive dialer systems
- VoIP auto dialer systems
- VoIP call assistant
- VoIP call recording systems
- VoIP intercom solutions
|
Running the example code
Starting the web browser
Start the web browser and enter the following: http://127.0.0.1/sqlsmshandling.php
If everything works properly, the page requesting the data
of the message to be sent should open.
Fill in the Recipient and Message Text boxes, and click
the Send button.
Response
You will receive a response confirming that the message has been successfully
inserted.
And a new row will displayed in Outgoing messages with the send status.
(For more information about message statuses in the ozekimessageout table,
visit the SQL Message Statuses page.)
Next page:
Checking the sending
|