Results 1 to 2 of 2

Thread: Problem Loading TXT Files

  1. #1
    Join Date
    Jul 2011
    Posts
    56
    Thanks
    5
    Thanked 1 Time in 1 Post

    Default Problem Loading TXT Files

    Why won't PHP load TXT files that have only one letter or digit in them (like 0 or 1,2,3...until 10). Is there some way in my display script that I could make it load TXT files that contain only one letter or digit?

    Thanks!

  2. #2
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    Quote Originally Posted by M2com View Post
    Why won't PHP load TXT files...
    Your question is unclear.
    Please provide more information, and be as specific as possible.
    • What do you want to accomplish?
    • What have you already tried?
    • What problems did you encounter?

    Also, please be sure that you have included all relevant code and/or a link to the page in question.


    What do you mean by "load"? Are you using include()? file_get_contents()? Are you trying to open a resource pointer to them? and what are you trying to do with the file contents afterwards?

    "Load" might mean any one of those, or many other, things. Please be more specific. Providing an example of the code you are using could help as well.

Bookmarks

Posting Permissions

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