How can i show the path of visited links on each page, suppose from home page i have visited about_us then it should be as below
home->about_us.htm
Then suppose i have visited to contact_us.htm then it should be like as
home->about_us.htm->contact_us.h tm
Suggest me how can i get it.
I have allready posted it in JavaScript forum, but now i need to do it through PHP.
Regards
Kamill
home->about_us.htm
Then suppose i have visited to contact_us.htm then it should be like as
home->about_us.htm->contact_us.h tm
Suggest me how can i get it.
I have allready posted it in JavaScript forum, but now i need to do it through PHP.
Regards
Kamill
Comment