How can I send text messages to my mobile phone using PHP? How can I send text messages to my mobile phone on a PHP website? What technologies can be used to implement functions?
Reply to discussion (solution)
The simplest method is to find an API-provided text message platform. it is easiest for you to use its API to send messages. You can search for many text message platforms.
If you do it yourself, you need to buy a SMS cat and develop it based on DLL. Obviously, PHP is not good at it.
So when you go to the text message service provider, they will directly change the parameters for your example, but all kinds of filters are missing ....
In the past, BAE provided 1000 free text messages each month.
------------------------------------------------------ AutoCSDN signature file ------------------------------------------------------
Code Farm ?? A farm where coders sow codes and graze ideas!
Thank you for your advice,