I am currently in the process of building a website for my dad and his business. He wrote up a big long article and wants to break it down into sub-pages. At the bottom of all these pages I wanted to have a php include script with just a simple something like, "Pages: 1, 2, 3, 4," etc.
My question is, is it possible to make it so that when it is on page 1, to have the hyperlink removed, but then put back when you move to page 2. Keep in mind I am going to make a little php file for this and just have a little phpinclude on the bottom of each site. I know if I just used simple HTML it would be very easy to do this.
Maybe is there some sort of "if" function? Like if I am on the first page, remove the hyperlink of the "1" at the bottom, and put it back for all the other pages.
My question is, is it possible to make it so that when it is on page 1, to have the hyperlink removed, but then put back when you move to page 2. Keep in mind I am going to make a little php file for this and just have a little phpinclude on the bottom of each site. I know if I just used simple HTML it would be very easy to do this.
Maybe is there some sort of "if" function? Like if I am on the first page, remove the hyperlink of the "1" at the bottom, and put it back for all the other pages.