In a few months time I will be creating a site and I'd like to use PHP & PostgreSQL because of their flexibility.
The site will consist of some 200 - 300 images all the same size, displayed alphabetically (10 per page or all per letter depending on how the user wants to view them). Occassionally new images will be added so that won't be a problem since the pages won't be static, instead created on-the-fly.
My question is how will I create this solution? Should I store the image names in the database and call 10 or all at a time depending on what the user wants?
All I basically need is a few pointers since I am new to PHP & PostgreSQL.
Thanks in advance.
The site will consist of some 200 - 300 images all the same size, displayed alphabetically (10 per page or all per letter depending on how the user wants to view them). Occassionally new images will be added so that won't be a problem since the pages won't be static, instead created on-the-fly.
My question is how will I create this solution? Should I store the image names in the database and call 10 or all at a time depending on what the user wants?
All I basically need is a few pointers since I am new to PHP & PostgreSQL.
Thanks in advance.