mjax wrote:My guess would be that the path to the images you are using is not correct. Try using an absolute path instead of a relative one to get it to work. Just to make sure, an absolute path is "measured" from the webroot and starts with a slash. A relative path is relative to the current path, that can vary, depending where the script runs.
Is the "problem page" perhaps running on a public webserver for us to see? This could help analyse the problem.
Yes, my guess is also that it is the relative path so I have tried an absolute path but to no avail. Unfortunately i'm only using a local testing server so I cannot show you my problem, however, I think it's only a minor problem but it is paramount to my application as I need to store image names in the db for display.
Would the absolute path be from "c:/" or from "www/myApp/" - www being the webroot folder.I'm getting frustrated now.
Stoney