Jim Lucas wrote:
First off, don't jack someone else's thread.

Secondly, I think it might have something to do with the space in the file name.

Try changing all spaces to %20 and see what happens.

$string = str_replace(' ', '%20', $string);

should do the trick

--
Jim Lucas

   "Some men are born to greatness, some achieve greatness,
       and some have greatness thrust upon them."

Twelfth Night, Act II, Scene V
    by William Shakespeare


Since my own reader isn't threaded I wasn't aware of the threading issue. I'll keep this in mind in the future.

I assume by spaces you are referring to E:\Program Files\. Well, if a php package for windows can't understand its own file system something is seriously wrong. But in fact that's not the case since dokuwiki runs on the system and uses io_readFile.

Glad to see you are now crediting Shakespeare.

--

_____________________
Myron Turner
http://www.room535.org
http://www.bstatzero.org
http://www.mturner.org/XML_PullParser/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to