Quote Originally Posted by systech44
When I am accesing image by following code it will be succedded.
No it won't, it will print the path of the file.

Quote Originally Posted by systech44
But when I am accesing the following code then after "hello", the image is not coming, instead alphaneumeric characters are coming.
You cannot snd text with an image. You are not even opening the images. All you'll get is the path of the images printed on the page.

If you want to know how to display text and an image, I suggest you learn HTML.