I have this code that prints images from the server, but I can only see it on the server and on the internet explorer only:
<img src='file://192.168.10.129/sapshared/FOTOS/KennedyDB/$row[PicturName]' height = '100' width = '100' >
the ip that ends in 129 is another server where the images are hosted.
The program is in php runs on IIS and SQL Server.