sms - Send and receive SMSes in PHP -


i have 2 questions.

  1. i want send smses web-site in php user giving information orders. need sms displayed 'td-company-name' big e-commerce web-sites. how achieve this? pointers how done? going round , round on googling.

  2. also, there several other operators sending smses application in specific format parsed , respective updates done in database. how achieve this?

note: application designed work in india locally. , backend php , mysql.

send , receive smses in php

check out nexmo , twilio.

i've used both. think twilio has shallower learning curve. nexmo offers free incoming messages. depending on application, play huge factor (for example, sms voting system).

both have excellent documentation , php code samples.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -