Hi,
My pages are all named image1.php, image2.php, image3.php, image50.php, etc...
I need to find out what page I'm currently on and then get the name of the next page which will be current page plus one.
Here is what I have so far:
If my current page is image5.php, that will give me image5.php.
How do I assign $next = "image6.php"?
Hope that makes sense.
Thanks,
Tim