Jump to content

dandandan

Members
  • Posts

    10
  • Joined

  • Last visited

    Never

Posts posted by dandandan

  1. whats a function/way that i can check if a file exists? eg:

    $number="1";
    $filename="test";

    untill (A FILE NAMED $filename$number.txt DOES NOT EXIST) {
    $number++
    }


    Thats main idea of what i want to use it for, i just dont know what function to use.
  2. I remember seeing a a script a while back that i REALY liked and was amazingly simple. You put a file into a folder with images. The file/script gets all the images, resizes them to thumbnail size, lines all the thumbnails up and links the thumbnails to the fullsized images. The fullzised images open up in a popup window. Does anybody have something similar to that? Its all in one file.
  3. my code: (im leaving out things that dont matter, like the body and head tage, to save space)

    <form name="form" enctype="multipart/form-data" method="post" action="test.php">
      <p>Your name:
        <input type="text" name="name">
        <input type="submit" name="Submit" value="Submit">
    </form>


    and the code for test.php (the form action=test.php). im not including the html, only the php.

    <?php
    print("$name");
    ?>



    now, for some reason, test.php will NOT print $name. I get no error message. just a blank page. here is is uploaded. http://wolfstudios-online.com/email


    PLEASE HELP!
×
×
  • 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.