OH! THANKS A LOT!!!!!!!!!! IT WORKS !

>From: Aaron Tuller <[EMAIL PROTECTED]>
>To: "kaab kaoutar" <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
>Subject: Re: [PHP] how to use ob_get_contents() to send a page as email
>Date: Thu, 8 Mar 2001 15:51:42 -0800
>
>put ob_start() at the beginning of your script.
>
>at the end put:
>
>mail('[EMAIL PROTECTED]', 'confirmation', ob_get_contents());
>ob_end_flush();
>
>-aaron
>
>At 11:48 PM +0000 3/8/01, kaab kaoutar wrote:
>>Hi
>>I've tried what, one of u, has kindly suggested, to send the whole
>>html page as email :
>>i put at the beginning of the page
>><?mail('[EMAIL PROTECTED]', 'confirmation', ob_get_contents()); ?>
>>and at the end, after </html>
>><? ob_end_flush();?>
>>but i receive  a blank email
>>Can u please help !
>>THANKS
>>_________________________________________________________________________
>>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>>
>>
>>--
>>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]
>

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


-- 
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]

Reply via email to