Create dynamic page using MySQL & PHP?

Aluaine

New member
Hi i'm looking to create a dynamic website that allows me to showcase my personal picture collection.

I want a table in a MySQL database that has the fields:

-Image ID
-Image Name
-Actualimage
-Description
-Date Added
-Views

then i want a PHP script that creates a page (i assume by passing parameters in the URL)

so i want to make lots of dynamic pages that load with the selected image on obviously without having to make hundereds to seperate pages.

so basically the user selects a picture by a thumbnail on the homepage, it references the image ID and produces a page with the larger image along with the description thats unique to that image.

Thanks
 
Back
Top