Is the html code containing php implementation self-reference? 
 
 
 
 
Find the reason 
 If (! Empty ($ _ POST ['submit ']) 
Echo "It works "; 
?> 
 
 
 
This code is used to display it works when the form is submitted! But in fact, there is no reflection. I want to know what went wrong? 
 
 
 
Reply to discussion (solution) 
 
  
You do not specify the post submission method. by default, the get method is used for submission. 
 
You do not specify the post submission method. by default, the get method is used for submission.
I said: this is so sloppy .....
Moderator: By the way, I would like to ask how I can get started with php? Just like compiling an ajax login verification with verification? Is that true? When should I look at the framework?
Self-taught, somewhat confused
 
Make multiple projects, and you will be lucky.
 
By the way, I want to know how to get started with php? Just like compiling an ajax login verification with verification? Is that true? When should I look at the framework?
Self-taught, somewhat confused
Don't rush to fix the basics first. Watch the video and read the manual.