
June 24th, 2000, 09:41 PM
|
 |
Banned (not really)
|
|
Join Date: Dec 1999
Location: Brussels, Belgium
|
|
|
the php manual gave an example where you can pull an entire file into one string:
$fcontents = join( '', file( 'http://www.php.net' ) );
is there a maximum size that this string can hold, therefore a maximum size file I could import...
what happens when this max is reached...error, or just cuts off..??
any help is appreciated..
---John Holmes
|