 GeekNJPremium join:2000-09-23 Waldwick, NJ | reply to The Dome
Re: free log on system? I threw together 2 pages that do what I think you want. One page is the logon that takes an id/password and validates it against a user table. If successful, it redirects to another page. If you try to go to this other page without first logging in, it redirects you to the logon page.
It uses PHP and mySQL . The little snippet of PHP code would go on each page that you want to "protect" (only allow access to when someone has logged in). -- Have you tweaked your OOL connection? |