I have an html page with two frames, one with the links and the other to load the various pages. One of the link in my first frame is "Login". I want to know how to make an authentication system (php) that allows the user to move in the other pages after the authentication.
Can I use a global variable? How?