Authenticate and allow user to see a page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tariquetuku
    New Member
    • Aug 2008
    • 13

    Authenticate and allow user to see a page

    I have a site which contains a members' area. there, the members are assigned a value by which their authentication level is determined. the authentication levels are 1,2 or 3 etc. With this authentication, i redirect the index.php page, which links the other pages they are allowed to see.But it is not secured. Now i want to make the pages not available to them, which is not authenticated by them.i.e, a user can not enter a page which is not authenticated to him.

    How can this is to be done?
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    I would suggest a session.

    regards

    Comment

    • dlite922
      Recognized Expert Top Contributor
      • Dec 2007
      • 1586

      #3
      You can do this with PHP, MySQL, a little bit of coding skills.

      SSL would help also.




      Dan

      Comment

      Working...