I have a shared folder with images in a machine. How can I display images from that machine in a web page in another machine. I used the follwing code but obtained no output
** <?php $img_src="file://192.168.0.138/E:/img1/12/12N69/12N69$0001A1.JPG"; ?>
<img src="<?php echo $img_src ?>" alt="" width="1000" height="220" id="myimg" />**