N
N
neytan2018-12-27 16:50:46
SMS
neytan, 2018-12-27 16:50:46

How to send a calculator calculation in SMS to a client?

Good afternoon, there is a site with a calculator on it where, by selecting values, the amount is calculated. Through which service or script can I send this result to the client via SMS? That is, there is a calculator, we drive values ​​​​into it, drive in the phone number, click send, and the result of the calculation should come to the specified number.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
Rsa97, 2018-12-27
@neytan

Option 1 - your own SMS gateway on a GSM whistle and smstools3
Option 2 - connect via SMPP to a provider
Option 3 - connect to an integrator, for example smsc.ru

A
Alexander Shapoval, 2018-12-27
@sanek_os9

https://smsclub.mobi/
https://sms.ru/ - free sending to the number to which the account is registered

M
Marat Garifullin, 2018-12-27
@magarif

I once used mainsms.ru
There sending a letter in 3 lines + PHP library

require_once 'mainsms.class.php' ;
$api = new MainSMS ( 'mainsms' , 'c72a61ef07e80', false, false );
echo 'отправка СМС/а смс: ' . $api->sendSMS ( 'номер' , 'api test' , 'mainsms', '03.10.2011 17:00' ), PHP_EOL ;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question