Static pages call the user login and exit the login program in real time (js calls the php code ). During program development, pages are often made into static html forms, which can reduce server load. However, when a registered user logs in, to display the html page in program development, the page is often made into a static html form, which can reduce the server load, but there is also a problem that when a registered user logs in, to display the logon success or logon prompt on the html page, we must find another method to implement it. below we will use js + php for an instance, of course, ajax can also be implemented.
Real-time calling of user login and exit login programs for static pages (php Tutorial code called for special webpage effects)
Real-time user login and exit login programs are called on static pages (php code is called for special webpage effects)