Selecting pictures from database
Posted
by
user1691618
on Stack Overflow
See other posts from Stack Overflow
or by user1691618
Published on 2012-11-18T22:05:33Z
Indexed on
2012/11/18
23:00 UTC
Read the original article
Hit count: 174
Okay guys, I need some help. I'm trying to design a page where a user can ask a question and upload up to 4 pictures. I have 2 database tables, questions and image_table. I have everything uploading correctly, so that's not my problem. What I am having trouble doing is selecting images from the image_table database that only correspond to that question. I can't figure out how to do this. Any help would be GREATLY appreciated.
© Stack Overflow or respective owner