Hello guys,
I'll try and explain in full.
I have 2 tables in my database ( extras, extraphotos ).
Table extras is holding the title, descr and extraphotos is holding the picname. Both of the have an extra row with the name of fname so i can bind these two together.
What I'm trying to do is to read from my DB the Title, Description and all the picname for a gallery that i'm trying to create.
...