Home > Article > WeChat Applet > 10 recommended articles about keyword reply
This article mainly introduces the fourth lesson of php WeChat public account development. PHP implements simple WeChat text communication, which has certain reference value. Interested friends can refer to it. We know that WeChat public account development is divided into subscription accounts. and service accounts, while individuals can only apply for subscription accounts. Subscription accounts cannot set menus and can only be implemented through keyword replies. For example, if I reply to help, help information will be returned. If I reply to the movie Huo Yuanjia, it will return Huo Yuanjia. A movie detailed link, these are keyword replies, implemented in a specific format. Create a new table, such as the t_type table, to input keywords and return specific text. Here, select the development mode. In order not to change the code every time, we write the keywords and return values into the data table, and set the table field id. There are three fields: type and value. In the previous section, we got the text input value $keyword. Now we use this keyword to go to the database table t_type and query the input value. We can implement some simple and specific return functions such as keywords and return values, such as inputting help and returning help information. , enter the translation I love you, and it will be translated. Enter the mobile phone number 18200000000 to return to the place of origin. For direct return text
1. php WeChat public account development php to implement custom keyword replies
Introduction: This article mainly introduces the fourth lesson of PHP WeChat public account development, PHP implementation is simple WeChat text communication has certain reference value. Interested friends can refer to
2. php WeChat public account development (4) PHP to implement custom keywords Reply
## Introduction: We know that WeChat public accounts are divided into subscription accounts and service accounts, while individuals only have You can apply for a subscription account, but the subscription account cannot set up a menu. It can only be realized through keyword replies. For example, if I reply to help, help information will be returned. If I reply to the movie Fearless Fearless, the detailed link to the Fearless Fearless movie will be returned. These are all It is a keyword reply and is implemented in a specific format.
3. thinkPHP WeChat public account development, keyword reply using switch error
Introduction: Using PHP to develop WeChat On the public platform, I encountered a problem when doing keyword replies and used if. There is no problem with the else if statement, but if it is switched to switch, the public platform cannot be submitted when modifying the configuration. Has anyone encountered this situation? The following is the code: {code...}
4. PHP WeChat public account development, keyword reply using switch error
Introduction: Using PHP to develop the WeChat public platform, I encountered a problem when doing keyword replies, using if. There is no problem with the else if statement, but if it is switched to switch, the public platform cannot be submitted when modifying the configuration. Has anyone encountered this situation? The following is the code: {Code...}
5. Who knows what the principle of WeChat keyword reply is
Introduction: Who knows what the principle of WeChat keyword reply is
[Related Q&A recommendations]:
thinkphp - PHP WeChat public account development, Error using switch in keyword reply
The above is the detailed content of 10 recommended articles about keyword reply. For more information, please follow other related articles on the PHP Chinese website!