Originally posted by: Atheus
What exactly would you like your gallery to do? Just show a bunch of static pics? Choose pics from a database depending on X? Or actually allow you to update and change the images without rewriting the code?
If all you want is static pics then just write an HTML table with a lot of <img> tags in it and stick it in the appropriate page. If you want the second option, dynamic pics, then you will have to write some PHP or another server-side language. I and many others here could help you with that. If you want the third option you'll need either a) some kind or gallery management thing installed on the server or b) a proper content management system... overkill...