How to do browser information disable php
Posted: Sat May 09, 2009 5:38 am
Hello,
I am a new to PHP.
I have Login page (user name field, passwrod field and login button)
after successfull login (check in database), it goes to the "Information page" where some information is displying from database.
it is working fine.
But the problem is,
when I copy the browser link--> http://localhost/myproject/display_info.php
and close the window
starting a new browser and pasting the browser--> http://localhost/myproject/display_info.php
it is directly displaying the information page.
I want it will go to the login page again..
I dont knw how to do it..
Please help me out
thanks in advance
divya
I am a new to PHP.
I have Login page (user name field, passwrod field and login button)
after successfull login (check in database), it goes to the "Information page" where some information is displying from database.
it is working fine.
But the problem is,
when I copy the browser link--> http://localhost/myproject/display_info.php
and close the window
starting a new browser and pasting the browser--> http://localhost/myproject/display_info.php
it is directly displaying the information page.
I want it will go to the login page again..
I dont knw how to do it..
Please help me out
thanks in advance
divya