Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default a stupid question

    how to check the filetype of remote file
    because is_dir(), is_file() can't work on remote file
    thx a lot


    Joe Guest

  2. Similar Questions and Discussions

    1. Stupid question.
      I've worked with cfdirectory in the past but it mainly within the scope of deleting/creating a directory or get the name of files within a specific...
    2. Stupid Question??
      I have written a class to be used by asp.net applications that provides a useful function. Other than the constructor, it has just one method. ...
    3. OK. I'm asking a stupid question
      I created a multi-frame movie to use as my website. It has five buttons on it which I added the Get URL action to. When I publish it, and then open...
    4. Stupid C# question Please help!
      I'm used to writing my code in VBscript but I have to do this project in C#. I've written some functions on my ASP.Net page and I'm getting an...
    5. Is this a stupid question?
      I'm looking for the command to direct a user to a new URL. For example, in ASP, when you created a dropdown box, the item selected could open a...
  3. #2

    Default Re: [PHP] a stupid question

    Download it and then check it. But if you need to check a lot of files
    that's probably to slow.

    Jacob Vennervald

    On Thu, 2003-07-24 at 06:03, Joe wrote:
    > how to check the filetype of remote file
    > because is_dir(), is_file() can't work on remote file
    > thx a lot
    >
    >
    >
    > --
    > PHP General Mailing List ([url]http://www.php.net/[/url])
    > To unsubscribe, visit: [url]http://www.php.net/unsub.php[/url]
    >
    >
    --
    Venlig hilsen / Best regards,
    Jacob Vennervald
    System Developer
    Proventum Solutions ApS
    Tuborg Boulevard 12
    2900 Hellerup
    Denmark
    Phone: +45 36 94 41 66
    Mobile: +45 61 68 58 51


    Jacob Vennervald Madsen Guest

  4. #3

    Default Re: [PHP] a stupid question

    thx

    "Jacob Vennervald Madsen" <jvennervald@proventum.net> ¼¶¼g©ó¶l¥ó·s»D
    :1059037487.1077.45.camel@jvennervald.intra.proven tum.net...
    > Download it and then check it. But if you need to check a lot of files
    > that's probably to slow.
    >
    > Jacob Vennervald
    >
    > On Thu, 2003-07-24 at 06:03, Joe wrote:
    > > how to check the filetype of remote file
    > > because is_dir(), is_file() can't work on remote file
    > > thx a lot
    > >
    > >
    > >
    > > --
    > > PHP General Mailing List ([url]http://www.php.net/[/url])
    > > To unsubscribe, visit: [url]http://www.php.net/unsub.php[/url]
    > >
    > >
    > --
    > Venlig hilsen / Best regards,
    > Jacob Vennervald
    > System Developer
    > Proventum Solutions ApS
    > Tuborg Boulevard 12
    > 2900 Hellerup
    > Denmark
    > Phone: +45 36 94 41 66
    > Mobile: +45 61 68 58 51
    >
    >

    Joe Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139