My member page is missing thumb image, don't know why? Can you give me a tip about the path of image.
Image was loaded by:member_pic/thumb_1.jpg, member_pic/thumb_2.jpg and member_pic/thumb_3.jpg to the webserver.
The php page stored outside of member_pic folder, but resides inside of the same directory as member_pic folder. I have checked the phpadmin seeing the record contains member_pic/thumb_1.jpg inside of the first record.
This is the php code:
<td><img src="<?php echo $row_Recordset1['thumb']; ?>"></td>
The connection and query are all good. But only the thumb image is missing on the printed page.
Any tips will be appreicated!
Beckmann



