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" />**

Recommended Answers

All 3 Replies

I am not sure if you can access via this.
But can you have access of image storage of other machine? If yes you can save image in wamp folder.

Okay..good.. Read my signature :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.