EDIT
My htdocs/myprojectyii folder is in C drive, So can I get image from folder in E drive?
I edit my coding to this
<?php $path = 'file:///E:/image/myimage.jpg'?>
<img src="<?php echo $path ?>" width="100" height="100"/>
if i click path on src image (firebug), path is right(cause it display image) but in mypage, image not display