I have contacted the hosting agent and they informed me that this is not a hosting problem.
I have a site using PHP/MYSQL 4.x
I have a web page that based on selections will display a page of 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
\images\mens\level1\level2
\images\women\level1\level2
the query used to bring the image up (selection page) uses the image ID that is stored in the image table; it has the path to the image.
I have a site using PHP/MYSQL 4.x
I have a web page that based on selections will display a page of 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
\images\mens\level1\level2
\images\women\level1\level2
the query used to bring the image up (selection page) uses the image ID that is stored in the image table; it has the path to the image.