[EMAIL PROTECTED] wrote:
> I have $File, and I want the context of hello.txt to be stored in
> $file,
>
> Is there a function for this or do I use fopen?
$file = implode("",file($File));
RTM for explainations.
regards
Wagner
--
Three may keep a secret, if two of them are dead.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] quick file question PeterOblivion
- Alexander Wagner

