I am using PHP/MySQL4.x
I have a web page that based on selected check box values the results page will display a page of image names with check boxes.
Navigation:
Selection Page
select any of the radio buttons
on the next page you will see image names with check boxes
check up to 4 <submit>
No images appear, just outlines or blank boxes.
If this is a code problem where should I be looking?
the images are stored at the fileserver level
the selection page code for one of the check boxes:
<td valign=top height=20 class=body3><input type=checkbox name=shoes[] value="/images/mens/level1/eagle.gif">eagle</td>
</tr><tr>
images are stored at the fileserver level:
/images/mens/level1/eagle.gif
the query to select the images includes the IMAGES table that includes the image name and a path to the images that matches the file server.