For some reason when PHP tries to read a TXT file that has a single digit in it (like 1), it won't read it. The page will just sit there loading for like ten minutes and when it's "done" the whole page isn't fully loaded.
Is there a way to fix this? I've tried reading the TXT file and checking if it's a single digit and displaying the number from the TXT file with a zero in front but that doesn't work either.
Thanks in advanced!
- M2com