Hi, i want to use php file in src tag of image tag.
For example: i want to give the file name in the src tag of image as show below
<img src="image.php" >
In image.php file, i have echo the image named abc.jpg.SO, when i run the file, image.php, i am able to see the image
But when i run the other file in which <img src="image.php" > is there, then i am not able to see the image, what shoudl i do in order to display the image?
For example: i want to give the file name in the src tag of image as show below
<img src="image.php" >
In image.php file, i have echo the image named abc.jpg.SO, when i run the file, image.php, i am able to see the image
But when i run the other file in which <img src="image.php" > is there, then i am not able to see the image, what shoudl i do in order to display the image?
Comment