I have several folders with images in them. These images all have randomly generated names. I need to create a php script that will create an array of all the files, resize them to 50px x 50px, and then post them on a page with them linking to the original file.
I also want to have only 20 displayed per page with navigation links to the next pages. I thought about embedding the pics in MySQL but I think this would really tax the server... especially once all our products get populated.
I know this is going to be a complicated script to write but I don't even know where to begin. Any suggestions or help is appreciated!!!
I am trying to turn our static Intranet into a Dynamic page that people actually use and also so that I don't have to hand code every damn piece of html there is.
Thank God for PHP Developers and Programmers!!!