$_GET['act']=="loginout"
When you click to exit, the data of act=>loginout will be passed through the get method. Use the get method to get the value 'loginout' corresponding to act, and then make an if judgment
The description is not clear and cannot be answered
When you click to exit, the data of act=>loginout will be passed through the get method. Use the get method to get the value 'loginout' corresponding to act, and then make an if judgment
The description is not clear and cannot be answered