Re: Inhibiting Browser Back/Fwd Buttons via PHP?

From: Keith Bowes (do.not_at_spam.me)
Date: 10/19/03


Date: Sun, 19 Oct 2003 03:48:07 +0000

Ralph Freshour wrote:
> Is it possible to inhibit the browser Back/Fwd buttons via PHP?
>

No. Firstly, PHP is a server-side technology and could only be used to
generate the appropriate client-side code. And secondly, those buttons
are a necessary function for browsing in graphical browsers, and
inhibiting them would annoy users.