Display image files from path in database.
Posted: Fri Jan 16, 2009 6:39 pm
I have a database contains path information that points to images on the hard drive ie.. c:\images\picture01.jpg. I'd like to use this entry to display the image on the website with PHP. From what I understand, I'd have to flip the backslashes to forward slashes first.. is this correct? If so, how? If not, what other method is there to take this directory/file entry and display it. The image files are not located in the database, just the path and some exif info. Thanks for any help!