Search Result

Collapse
2 results in 0.0024 seconds.
Keywords
Members
Tags
img
  •  

  • ankitgupta871
    started a topic How to use PHP file in src tag of img?
    in PHP

    How to use PHP file in src tag of img?

    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 more | Go to post

  • How 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)
    ...
    See more | Go to post
Working...