Ok, I coded up a page that generates different content on the fly based on user input via forms, links etc.
I capture values in $_POST and $_GET variables, and based on these values I generate different content.
I just realized that due to this architecture, the BACK button may now be useless.
There is just one page (index.php) so there will be no going BACK, since it's the same page.
Someone must have run into this issue before. What is (is there) the solution? Or do I, and users of the site have to deal with this.
I don't think users will be pleased if they cannot navigate BACK.
I am a PHP and HTML novice, so there is probably something I am missing here.
Please advise.
Regards...