Hi, all,
What I am looking for is probably very simple to implement, I guess. I just need a little script that will display 25 - 50 images at a time. The images would be located at url's like this:
http://www.something.com/user/pix.php?file=/23/f1.jpg
http://www.something.com/user/pix.php?file=/24/f1.jpg
http://www.something.com/user/pix.php?file=/25/f1.jpg
And so on.
I guess I just need the 23, 24, 25, etc., to increase to whatever I want and then to be put into an image tag.
I have looked at the documentation php.net, but I really do not know how to begin.
Can anyone point me in the right direction?
Thanks in advance!
P.S.
What I need is simply for the picture variable below to increase over and over again, maybe?