Hi i want to show images from different disk. Here is my code. is it possible to do that ?
$a = "D:/img/1.jpg";
<img src="<?php echo $a; ?>" alt="...">
Im using this on my localhost.This is not for the web.
i add screenshot here. when i come above the img it shows the link. but not show img. and i use lightbox. but without lightbox its not show again.