- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 16
- Posts with Upvotes
- 9
- Upvoting Members
- 3
- Downvotes Received
- 11
- Posts with Downvotes
- 6
- Downvoting Members
- 4
9 Posted Topics
Re: Hi pabzzmike! You can implement a sms sending function to your website with php, but i don't think that you can send sms for free. If you wish to send/receive sms in your website try the [Ozeki NG SMS Gateway](http://www.ozekisms.com)'s PHP API! In this website you can find example and … | |
Re: Hello! Unfortunately you won't find any free sms gateway. If you are looking for a php implementation I suggest to you to find a gateway which has php api. http://www.daniweb.com/web-development/threads/470533/send-sms-from-my-website-using-php http://www.daniweb.com/web-development/php/threads/446308/sms-integration-to-php-site-please-help These articles may will help to you. | |
Re: Hey! For using the sms gateway you will need a static IP adress. Ask for your service provider about it. Here's a guide about how you can enable the Ozeki NG SMS Gateway in a private network: <URL SNPPED> You do not need to turn off the firewall, just allow … | |
Re: Hi! To integrate an sms solution with a gateway to your website you will need a php and a html scritps to create it. The html form will send the data of your messages to the php script, and that will forward it to the sms gateway. Use the following … | |
Re: Hi pratikasthana17! If you have an sms gateway software you should develop an api to create a c# app. It is not to difficult. In the following website you can find how to use the Ozeki API, i hope this example will helps you out or gives you idea how … | |
Re: Hi dip7! For sending / receiving sms messages with a c# api you can find an example and detailed guide in the following webiste: http://www.ozekisms.com/sms-gateway/index.php?owpn=315&info=developers-guide/c-sharp-sms-api In this website you can find source codes for your project too. I hope i can help you :) | |
Re: Hi! With an sms gateway and a php api you can develop an authentication solution. You can find some gateway if you google it. Check out the following website to see and example for php api: http://ozekisms.com/index.php?owpn=204&info=php_sms_example | |
Re: Hi kwamephp! For sending a sms expriation reminder i suggest to you to use a php script to create a code. Here's an example for sending text messages in php: http://www.ozekisms.com/index.php?owpn=204&info=php_sms_example I hope i can help you! | |
Re: Hi kgavhane12! I guess you wish to send a 2 way sms with php. If i am right check the [Ozeki NG SMS Gateway's](http://www.ozekisms.com) website about how to send/receive text message in php:http://ozekisms.com/index.php?owpn=204&info=php_sms_example i hope i could help you! |
The End.