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...
Search Result
Collapse
2 results in 0.0024 seconds.
Keywords
Members
Tags
-
How to use PHP file in src tag of img?
-
Spencer Killen started a topic How to make an image change when mouse over and then change back when mouse out?in HTML CSSHow to make an image change when mouse over and then change back when mouse out?
As the title says i'd like to have a image (mocha1150.Gif) and when the mouse moves over them id like them to change to mocha5150ani.Gi f and when the mouse moves out id like to change it back to mocha1150.Gif
I already have the code written can someone please tell me whats wrong with it?
Code:<html> <head> <script type="text/javascript"> function moveover(imga,ida)