Hi I am trying to open an image file in abc.php using function readfile() while trying to access the same image from another file say xyz.php using following tag:
<image src="abc.php" />
But i don't know where it went wrong? Please help me out regarding this.