Jump to content

valentin

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Posts posted by valentin

  1. Can I write in PHP a function similar to onmouseover. For example I have an image and I want to show a small dialog box (in which I should be able to write "this is my image") whenever the mouse is over it. I have seen this done with javascript, but I don't know this script, yet. That is why I am asking you if it can be done only with PHP (HTML).
    Thank you in anticipation!
  2. I tried to use php with html in order to load an image
    [code]<?php
    $a="<img src=\"image.jpeg\">";
    echo "$a";
    ?>[/code]

    I know that php has its own header for loading an image, but I need a code which uses html. Mine doesn't work, does anyone know if a combination between html and php is possible, in this situation?
    Thank you in anticipation!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.