I have all the images stored in a folder outside localhost i.e, on my Desktop.
However, when I try to display image in php file using <img>
tag and setting path to that location,it sets the defualt path of the image to "**localhost/Folder_name".**
How do I make script to read path from Desktop folder ,Not form localhost? I am using Ubuntu 14.10.