Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 199901

RE: [PHP3] "Back" - Function From: Mira Tempir (xtempir <email protected>)
Date: 01/04/99

: 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>