Markxxx
10-04-2009, 11:49 PM
Here's what I'm looking for.
Right now I have a website done with HTML
It has a four images (jpgs) per page
First JPG -- Second JPG
Third JPG -- Forth JPG
Arranged like that above in a sqare with four quarters.
Underneath it says
Pg 1, 2, 3, 4, 5, 6, 7
This works perfec with HTML but it only contains 50 JPGS (12.5 html pages). I would like to expand this to over 500 jpg. Now the problem is that I don't want to write 41+ HTML pages, and maybe more should the number increase.
Now I have access to a database through MYSQL so I was thinking of dumping the jpgs in a database numbered jpg 1 to jpg 500. Then writing a script to pull the images out.
Now that seems to be PHP and I'm not familiar with it. I tried a couple of beginning PHP books but am not having luck so far.
Is there a script of service that can do this, or I could modify to do this without having a great knowlege of PHP?
Thanks for any ideas
Right now I have a website done with HTML
It has a four images (jpgs) per page
First JPG -- Second JPG
Third JPG -- Forth JPG
Arranged like that above in a sqare with four quarters.
Underneath it says
Pg 1, 2, 3, 4, 5, 6, 7
This works perfec with HTML but it only contains 50 JPGS (12.5 html pages). I would like to expand this to over 500 jpg. Now the problem is that I don't want to write 41+ HTML pages, and maybe more should the number increase.
Now I have access to a database through MYSQL so I was thinking of dumping the jpgs in a database numbered jpg 1 to jpg 500. Then writing a script to pull the images out.
Now that seems to be PHP and I'm not familiar with it. I tried a couple of beginning PHP books but am not having luck so far.
Is there a script of service that can do this, or I could modify to do this without having a great knowlege of PHP?
Thanks for any ideas