+ 2
How to make automatic messaging system??
how to text automatically
10 Respuestas
+ 1
pls answer this one
+ 1
+ 1
+ 1
JAVA will work with a great user interface (use NetBeansIDE) it is great for server side coding.
you can also use Javascript.
+ 1
here you'll find some tips for sending SMS with PHP.
https://code.tutsplus.com/tutorials/how-to-send-text-messages-with-php--net-17693
another option, if you can phisically access your server, is to connect a gsm/gprs device (could be a module or your phone) and control it through serial commands.
for example the phone is connected to a server via bluetooth serial.
on the phone you have an app that sends an sms upon receiving serial data like phone number and text.
(it can be achieved using appinventor in a matter of minutes).
if you're using a gsm/gprs module you'll need to implement the set of AT commands provided by the manufacturer.
+ 1
Hope this helps
https://www.youtube.com/watch?v=82k6r4TMsIM :D
+ 1
tnx