Teacher, what is your WeChat ID?
I want to ask if others have filled in this input box, then how can I see what others have filled in?
灭绝师太2020-11-10 10:58:41
Form data can be received at the back end. If you use the post method to submit the form, you can print the super global variable $_POST, which contains the submitted user input data.