php3-list | 199901
Date: 01/04/99
- Next message: Raj Goel: "Re: [PHP3] Oracle & Invalid Connections"
- Previous message: Ted Rolle: "Re: [PHP3] zend"
- In reply to: Patrick Kirchhoff: "[PHP3] "Back" - Function"
- Next in thread: Colin Viebrock: "Re: [PHP3] "Back" - Function"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
: User goes on Webpage 1, follows a link to page two and then two page three.
:
: He clicks the "Back" link and comes to page two (<a
: href=<?echo"$HTTP_REFERER;"?>)!
: Now he is back one page two and decides to click the back button again to
: visit
: page one again. But now of course he comes back to page three.
:
: I decided to put every $HTTP_REFERER in an array which is included in a file
: named user.history!
:
:
: this file is included in all following pages.
: anybody who has an idea how to solute this ?
:
: I now know what i want but don't know what to do. I would be very thankfull
: for some sample code!
:
i'm sorry i's not sure this is a good idea
Most users don't like while somebody is tracking where they go.
and btw: things like junkbuster enables to delete or alter $HTTP_REFERER
try to use javascript: <a href="javascript:history.go(-1);"> ...</a>
isn't it better ? i hope yes
// Mira Tempír <xtempir <email protected>> finger mira <email protected>
// student at The Faculty of Informatics, Masaryk University, Brno
// iso8859-2 + PGP: F299E558CDD98F0F EC5A997387306F3F Czech. rep.
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3 List administrator: zeev <email protected>
- Next message: Raj Goel: "Re: [PHP3] Oracle & Invalid Connections"
- Previous message: Ted Rolle: "Re: [PHP3] zend"
- In reply to: Patrick Kirchhoff: "[PHP3] "Back" - Function"
- Next in thread: Colin Viebrock: "Re: [PHP3] "Back" - Function"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

