RE: [PHP] Re: Assigning the contents of a file to a variable

2002-04-12 Thread Edward R. Bailey
Thanks for helping a newbie out - fread() worked perfectly:) Ed > -Original Message- > From: CC Zona [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 11, 2002 5:21 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Re: Assigning the contents of a file to a variable >

[PHP] Re: Assigning the contents of a file to a variable

2002-04-11 Thread CC Zona
In article <00bc01c1e131$7a7bb7e0$[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Edward R. Bailey) wrote: > I want to assign the contents of a separate file (a web page) to > $message instead of inserting the contents of the file as a string in > the actual script. I want the body of the email to c