Jump to content

Sir Softsand

Members
  • Posts

    61
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Sir Softsand's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I still have the problem that the images disappear after a while. The other guy said me to use glob, but I don't really get what he means.
  2. It doesn't, do I have to combine both codes?
  3. Nvm, I haven't got the problem anymore (hope I don't get it again.)
  4. Here's my php code: <?php include('overall_header.html'); $handle = opendir('./avatars'); while ($file = readdir($handle)) { echo "<img src=\"avatars/$file\" alt=\"\" / > \n"; } closedir($handle); include('overall_footer.html'); ?>
  5. I can see them again now, but it's only a matter of time untill they'll start disappearing again.
  6. Yes, you see all the images, but after a while refresh the page, do it again and again and eventually some will disappear.
  7. Here's the link: http://msncommunity.2kool4u.net/avatars.php
  8. And for some reason, they disappear now again
×
×
  • 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.