nathan1 Posted July 23, 2008 Share Posted July 23, 2008 Hi Guys, I have a question about showing browser history, i know how to have the back button etc. But i am wanting to show the previous page's you came from (the page names) and enable users to go back to previous pages.. Has anyone any ideas? Thanks Link to comment https://forums.phpfreaks.com/topic/116143-show-history-help/ Share on other sites More sharing options...
LemonInflux Posted July 23, 2008 Share Posted July 23, 2008 I don't think PHP has any memory (well, apart from HTTP_REFERER). You can do that with JavaScript I think. document.history.etc.etc? ---------------- Now playing: Linkin Park - Enth E Nd (Kutmasta Kurt ft. Motion Man) via FoxyTunes Link to comment https://forums.phpfreaks.com/topic/116143-show-history-help/#findComment-597263 Share on other sites More sharing options...
JasonLewis Posted July 23, 2008 Share Posted July 23, 2008 Hi Guys, I have a question about showing browser history, i know how to have the back button etc. But i am wanting to show the previous page's you came from (the page names) and enable users to go back to previous pages.. Has anyone any ideas? Thanks Are you thinking of creating breadcrumbs, like used on this forum. If so, google "php breadcrumb tutorials" and you should find your answer. Link to comment https://forums.phpfreaks.com/topic/116143-show-history-help/#findComment-597271 Share on other sites More sharing options...
LemonInflux Posted July 23, 2008 Share Posted July 23, 2008 They're not necessarily previous pages though. And if they're linked straight to a page 4 breadcrumbs down, their browser history won't match them. ---------------- Now playing: Linkin Park - Frgt/10 (Alchemist ft. Chali 2na) via FoxyTunes Link to comment https://forums.phpfreaks.com/topic/116143-show-history-help/#findComment-597279 Share on other sites More sharing options...
JasonLewis Posted July 23, 2008 Share Posted July 23, 2008 They're not necessarily previous pages though. And if they're linked straight to a page 4 breadcrumbs down, their browser history won't match them. You can make a pretty detailed breadcrumb script. Link to comment https://forums.phpfreaks.com/topic/116143-show-history-help/#findComment-597286 Share on other sites More sharing options...
nathan1 Posted July 25, 2008 Author Share Posted July 25, 2008 thanks alot for your help - i know what to do to fix my problem, thanks Link to comment https://forums.phpfreaks.com/topic/116143-show-history-help/#findComment-599110 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.