restricting page access
Posted: Mon Jun 21, 2004 4:31 am
i have a page whose url is like this
http://www.rp.com/category?name=1&cat=blue
this page is infact accessed from a link in previous page..
the problem is if i write this url as it is in browser then this page is access as normal..but i want to restrict it so that if this page is accessed from the previous page only then it is displayed otherwise it should display a message access denied..
secondaly my variables name and cat appear in the url as it is ..how can i make them look like encoded..
http://www.rp.com/category?name=1&cat=blue
this page is infact accessed from a link in previous page..
the problem is if i write this url as it is in browser then this page is access as normal..but i want to restrict it so that if this page is accessed from the previous page only then it is displayed otherwise it should display a message access denied..
secondaly my variables name and cat appear in the url as it is ..how can i make them look like encoded..