The code template for sending and receiving text messages already has an SMS interface, but it won't be written. please teach me how to get started with PHP.
Reply to discussion (solution)
What kind of effect do you want?
SMS interfaces are generally charged, and there are various language demos available for billing. copy them.
What is the specific idea? please provide it. I want to write something.
Since it is an interface, there must be an api document (providing interface addresses, methods, parameters, and other specifications). First, make sure you have this document, and then refer to the api documentation for development, without this, you cannot perform Development. you must contact the API carrier.
Webserver call? Or get requests? There are always request methods ···
Webserver call? Or get requests? There are always request methods ···
The best way to use post is to use webserver.
What kind of effect do you want?
Automatically receive and send messages at a scheduled time
What kind of effect do you want?
Similar to text message promotion. I will send messages to users. Make a solution based on the user's response requirements.