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?
How can this is to be done?
Comment