PHP simulated login website:
1. Use Curl to log in
2. The key steps are to call IE browser operation
* Microsoft operation Document: https://msdn.microsoft.com/en-us/library/ms535862( v=VS.85).aspx
The above introduces the InternetExplorerApplication operation document, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.