I have four tables
Tag=id,tag_name
Image=Id,Image_name
TagImage=Id,tag_id,Image_id
ImageStudent=id,Image_id,student_id
And I want to find a record using student id and tag name. What relationship do I use?
"The connection to the server was reset while the page was loading."
Hi,
I am trying to load a php page on apache , but none of the static content gets loaded. Using firebug I captured the static url and tried it separately, when I received "The connection was reset" message.
The site works other computers mac, windows, linux but no on mine. I…