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