Hello everyone,
I'm already quite far with my site and I've done it displaying the number of pages available for a tutorial. At the bottom there are links with their corresponding page ID to load when it's clicked. So the URL would then look like: "?id=1&pid=2". So far there's no problem... here it comes:
I've splitted up the tutorial into many pages all with the split() function in PHP. However yet, I don't know how to display the second array-string (meaning the second page) or any other following pages. Can you provide me with some code? Thank you for helping!