In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
This article is to share with you the content of an example analysis of WeChat Mini Programs's form submission and PHP background data interaction. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.
The details are as follows:
[form form submission]
Form.wxml:
Nickname: password: gender: female and male hobbies: smoking, drinking, perm status: grade: submit reset
Form.js:
Page ({formSubmit: function (e) {console.log ('submit event occurred in form, submit data:', e.detail.value)}, formReset: function () {console.log ('reset event occurred in form')}})
Submit trigger formSubmit:
Reset trigger formReset:
[submit form data to PHP backend server]
Send a HTTPS request using wx.request API
Front desk form.js:
Page ({formSubmit: function (e) {wx.request ({url: 'https://www.msllws.top/getdata.php', data: {' nickname': e.detail.value.nickname, 'password': e.detail.value.password,' sex': e.detail.value.sex, 'status': e.detail.value.status,' aihao': e.detail.value.aihao, 'grade': e.detail.value.grade}) Method:'POST', header: {'Content-Type':' application/x-www-form-urlencoded'}, success: function (res) {console.log (res.data)})})
Background API getdata.php:
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.