Jump to content

valentin

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

valentin's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Ok, thank you! I will ckeck this AJAX out!
  2. 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!
  3. Yes, my problem has been solved! I thank you all for your replies and pacience!
  4. 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!
  5. Thank you both for your answers! SemiApocalyptic your code works, it returns my drives, so I once again thank you very much!
  6. How can I tell how many drives a computer has and their names (for example my computer has 8 drives a: c: d: ... i:)? I thank you for your pacience!
×
×
  • 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.