I have listed projects in main work page, If i click on the project it will direct to work page where details have been displayed,If i click on the back button its is redirecting main work page.I want back button should redirect the previous project please help.
Share
For your back button to redirect you to the previous project, you need to change the present HTML from
to :
You will have to do this dynamically by calculating the page numbers in the href as $_GET[‘page’] – 1