Re: [PHP] Send $out embedded in a mail in HTML FORMAT

2002-11-03 Thread Jonathan Sharp
7;s HTML. > > ---John Holmes... > > >>-Original Message- >>From: Kevin Fradkin [mailto:kfradkin@;ciudad.com.ar] >>Sent: Saturday, November 02, 2002 7:53 PM >>To: [EMAIL PROTECTED] >>Subject: [PHP] Send $out embedded in a mail in HTML FORMAT

RE: [PHP] Send $out embedded in a mail in HTML FORMAT

2002-11-03 Thread John W. Holmes
Saturday, November 02, 2002 7:53 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Send $out embedded in a mail in HTML FORMAT > > I read from a template, insert data and save it as a new file with html > code... > i want to send that file that is the same as $out via mail embedded in

[PHP] Send $out embedded in a mail in HTML FORMAT

2002-11-02 Thread Kevin Fradkin
I read from a template, insert data and save it as a new file with html code... i want to send that file that is the same as $out via mail embedded in it... i do $fifi = fopen ('/'.$cursada.$cuatrimestre.'/'.$registronro.'.htm', "w"); $fp = $fifi; fputs ($fifi, $out . ""); fclose ($fifi); mail("[