phppaper Posted March 31, 2008 Share Posted March 31, 2008 Hello, I have an image which is placed in a folder out of the /www/ where /www/ is the website folder. And I would like to display the image on a web page. I wonder what should I fill in for the href = "?" img src="?" inorder to display that image?? Link to comment https://forums.phpfreaks.com/topic/98764-display-image-from-a-folder-out-of-www/ Share on other sites More sharing options...
Bladescope Posted March 31, 2008 Share Posted March 31, 2008 if it's not in the WWW directory and the page is, try using <img src="../image.jpg"> Link to comment https://forums.phpfreaks.com/topic/98764-display-image-from-a-folder-out-of-www/#findComment-505423 Share on other sites More sharing options...
phppaper Posted March 31, 2008 Author Share Posted March 31, 2008 I dont think that will work, because I have tried that way. Link to comment https://forums.phpfreaks.com/topic/98764-display-image-from-a-folder-out-of-www/#findComment-505428 Share on other sites More sharing options...
redarrow Posted March 31, 2008 Share Posted March 31, 2008 try this winxp theo....... <?php echo"<img src='C:/Documents and Settings/ All Users/Documents/My Pictures/Sample Pictures/sunset.jpg' />"; ?> Link to comment https://forums.phpfreaks.com/topic/98764-display-image-from-a-folder-out-of-www/#findComment-505433 Share on other sites More sharing options...
jkewlo Posted March 31, 2008 Share Posted March 31, 2008 why dont u just move it to the www/image/ directory?? Link to comment https://forums.phpfreaks.com/topic/98764-display-image-from-a-folder-out-of-www/#findComment-505438 Share on other sites More sharing options...
phppaper Posted March 31, 2008 Author Share Posted March 31, 2008 if you move there, people can open the image by absolute link of that image without login to display that image. Anyone can solve this?? Link to comment https://forums.phpfreaks.com/topic/98764-display-image-from-a-folder-out-of-www/#findComment-505439 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.