hi
i am working on admin section which has a login page with login id and pasword form.
in my admin section i have many pages say like manage_products.php, description.php, user.php etc.
if i have to access the manage_products.php page then i can access it just typing like the link below
http://localhost/vineet/admin/manage_products.php
without entering login user and pasword.
i want to restrict the access of this page through admin panel only. No one should able to access any of the page by typing the url directly. how is it possible.
vineet