Re: [PHP] email sent many times when using ob_get_contents()

2001-03-10 Thread Yasuo Ohgaki
What is your environment? (OS, glibc version, Web Server, PHP version, compiler
version, How do you use PHP? Shared module/CGI, Character Set, etc)
I have different, but similar problem.

Yasuo Ohgaki

From: "kaab kaoutar" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, March 10, 2001 3:42 AM
Subject: [PHP] email sent many times when using ob_get_contents()


 Hi!
 I have a strange problem, when i use the following in
 ? mail('[EMAIL PROTECTED]', 'confirmation', ob_get_contents());
 ob_end_flush(); ?
 i receive the page many times in my email account!
 Any idea ?
 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]


[PHP] email sent many times when using ob_get_contents()

2001-03-09 Thread kaab kaoutar

Hi!
I have a strange problem, when i use the following in
? mail('[EMAIL PROTECTED]', 'confirmation', ob_get_contents());
ob_end_flush(); ?
i receive the page many times in my email account!
Any idea ?
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]