Ubuntuz Posted November 13, 2011 Share Posted November 13, 2011 So, I am making a CMS for my school and I am having some trouble. It's a magazine sort of CMS and what I want is that when you click on a certain thing it continues onto the next page. Through the CMS you can create pages - when you do this each page gets a unique PID. To access the pages you have to enter the PID on the end of the URL, e.g. : http://www.myschool.com/magazine/index.php?pid=x. What I need is a code that when an image gets clicked the PID number in the URL goes up by one. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/251067-updating-a-url/ Share on other sites More sharing options...
QuickOldCar Posted November 13, 2011 Share Posted November 13, 2011 Follow this tutorial on pagination. http://www.phpfreaks.com/tutorial/basic-pagination Quote Link to comment https://forums.phpfreaks.com/topic/251067-updating-a-url/#findComment-1287881 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.