Hi all,
How to send messaaage to phone number from website using PHP...need urgent help.

Recommended Answers

All 3 Replies

Member Avatar for diafol

Try searching first. Then when you get stuck with the code come back

Search for SMS gateway.

You'll discover there are many services offering SMS messaging, which you can connect to through their APIs. I bet most of these will be documented for PHP.

Alternatively you can connect directly to a network with either dedicated hardware or just a mobile phone.

Here are a some links that may help:

http://code.tutsplus.com/tutorials/how-to-send-text-messages-with-php--net-17693
https://www.clickatell.com/developers/scripts/php-library/
http://www.nowsms.com/doc/submitting-sms-messages/send-sms-text-message-with-php

I found these with a simple DuckDuckGo (Google without the ads) search: Sending SMS messages from PHP
There were a bunch more that came back with in the results.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.