Want Help related to login page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nehas
    New Member
    • Jan 2008
    • 13

    #1

    Want Help related to login page

    Hi I am developing a site using PHP and mysql . I am really new to it.Now I have a problem that I have build up a login page . Before accessing any of the web pages on my site first user should login . But I fail to understand how to make this possible that before calling any page first the user must login.
    Please Help Me , and Thanks for any help in advance.
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    There must be a home page with login option.

    Any user must be able to access that page of the site.

    After login the user can be redirected to other important pages.

    Comment

    • malav123
      New Member
      • Feb 2008
      • 217

      #3
      Hi,
      Make your login page as startup page of your application and put there login name as well as password, only after verified, redirect the user to the specified page.....

      Comment

      Working...