> Look 4 implode() in the function list

Implode isn't really what I need, I just want to load an entire file into a
single string variable.

However, I figured out the problem shortly after posting that first message
(of course). Because the file being opened is in the include_path, it seems
filesize() doesn't see those files. So, if I replace the filesize($filename)
command with a hard-coded number, it works.

Monty



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

Reply via email to