Here we go.. This is my last attempt. I don't know why this is giving me so much trouble but oh well. I have images stored in a directory on my server. I want to store a reference pointer to those images in a mysql table field. Then, I want to output the image in a browser window using a php script. Why, for the life of me, can't I get anything to output!!! Does anyone know of the correct syntax to output an image that is located at a directory like.. usr/httpd/images/myimage.jpg?
Also, if I do ever figure this out, I want to display the images as the same size even if they are different w*h in the db. Can I do that?