Hi guys, How do you enable your website with SMS sending feature, so that visitors can send SMS to a specific number through my site? is it possible? I am doing this as a non-profit project for the final year of my degree. This is really important.. please help me out. Thanks guys!
You could make your website run off of a web SMS service. For example, you have a form on your site which has the message to be sent to a certain number. Once your users submit it, have some code load the SMS providers page and send the SMS (this can be done via cURL).