Hi all
This is a very general question regarding the structure of a password protected websites (i.e. require logging in for admin tasks).
I have been working on a
php based website for some time. I am planning on integrating a login system to provide some basic administrative tasks. Now i have created the login system.
So my question now is how many pages do i have to create for such a protected website?i know that for some of the webpages that require logging in will be protected. But take for instance i have a complete website, now do i have to create modified versions of all of these pages specifically for users who have logged in? So, in effect, this would just double the page count! Don't know if im right though.
I have never created log in system before and so am somewhat confused..please help ppl
Robin