Comments on: SMS Gateway Integration in PHP https://www.codexworld.com/sms-gateway-api-integration-php/ Web & Mobile App Development Company Mon, 06 Mar 2023 06:48:53 +0000 hourly 1 By: Tejas https://www.codexworld.com/sms-gateway-api-integration-php/comment-page-1/#comment-53507 Mon, 22 Jan 2018 10:09:40 +0000 https://www.codexworld.com/?p=2064#comment-53507 Hello,
The script is good enough. But If I want to send dynamic messages to any dynamic number after any form submission where I have added/integrated sms api key.

Your code contains ‘receipientno’ => ‘XXXXXXXXXX’, so here I want to call dynamic php contact number id, so how should I call there in your script??

]]>
By: Himanshu Goel https://www.codexworld.com/sms-gateway-api-integration-php/comment-page-1/#comment-51740 Wed, 15 Nov 2017 14:01:19 +0000 https://www.codexworld.com/?p=2064#comment-51740 Thanks a lot, though I required some changes to be done, but it worked fine…

]]>
By: Rizwan khan A https://www.codexworld.com/sms-gateway-api-integration-php/comment-page-1/#comment-48311 Wed, 26 Jul 2017 12:32:45 +0000 https://www.codexworld.com/?p=2064#comment-48311 nice

]]>
By: Bhushan https://www.codexworld.com/sms-gateway-api-integration-php/comment-page-1/#comment-41108 Thu, 16 Feb 2017 10:24:42 +0000 https://www.codexworld.com/?p=2064#comment-41108 Thank You for this valuable information and it is very crisp and clear.
I am using this and it is working fine.

I am facing one issue, I think it is because of SMS service provider. The response is taking ~10 Secs.
I am using above code from my controller when business flow is valid.

Do you see any possibility that we invoke above request but let’s not wait for response. I mean send SMS request to Service Provider and continue with further steps. (At least in this scenario, I am not interested to know whether my SMS request is success or not but I want my business flow should be executed little faster and should not hinder because of delay from SMS service provider)

]]>