I have one simple PHP form for sending SMS, I’m trying to send a SMS to one number but it gives me a success message “SMS has sent…” along with the error “Invalid Username/Password”. I manually …
Tag: sms-gateway
Redirect to external URL with return in laravel
I am trying to send one time password to a user using SMS INDIA HUB API. For that purpose I need to redirect to a URL format: http://cloud.smsindiahub.in/vendorsms/pushsms.aspx?user=abc&password=…
user verification using SMS (php)
I am stuck in a situation in which when a user registers, he/she get a confirmation SMS on his/her mobile number, and he/she able to confirm their application by replying to the confirmation SMS, be …
Sending free sms using PHP
I am trying to develop a PHP based application to send sms across India to contacts picked from the database. After searching for hours, I found the following working (I tested it) script which makes …