thanks for your suggestion Rajesh r r
actually my problem goes this way
i created a login page that is html page and made a connection to access
database through php using adodb.
the login page is displayed by the url lets say
www.login.com and when
when i type the correct password it takes me to say
www.login.com/page1.html and when incorrect password is given it doesnot
grant the access to the desired page. it works fine till this.
now the problem is when i directly give url
www.login.com/page1.html in the
address bar i get the access to the page. so the login page is of no use now.
one can directly access my private without login. so how can solve this problem.
smeeta