Im using dreamweaver CS3, and I'm trying to build a
relatively simple image gallery. I'm not very experienced with php
and mysql and I'm having getting my gallery sections to work. This
is kinda tricky to explain so please bare with me.
Firstly the live dev site is here:
http://www.theopengallery.co.uk
I have 2 tables.
'og_galleries' (gallery section) and 'og_pho' (image)
The problem starts at the dropdown menu 'galleries' on the
homepage.
I would like to display images from a certain gallery when
the gallery is select from the dropdown menu. How do I get this
working? I think this is done from a url variable.