I'm not sure if this is php related at all, but it seems that when i try to display an image through a function, it won't display if it is in a higher level directory.
My functions are in a directory 'includes' at the top level with my public_html directory. All the other site files are in a directory inside the public_html dir. i also have a 'shared_images' dir at the same level.
The image path is stored in a db as '../shared_images/logos/filename.gif'.
The function gets the value properly and
It seems to be fine in the source, but the images will not load.
I'm stumped. Please help.
Thanks in advance.
Justin