Re: [PHP] Strange situation when saving a file

2006-08-30 Thread Curt Zirzow
Please remove your 'this message is for the sole use of the person...' thing or simply use a different account to ask questions.. On 8/29/06, Miguel Guirao <[EMAIL PROTECTED]> wrote: Hi all, I'm using ob_start() in order to save the content of a web page into a variable string and then save i

Re: [PHP] Strange situation when saving a file

2006-08-30 Thread Andrew Kreps
On 8/30/06, Miguel Guirao <[EMAIL PROTECTED]> wrote: > Once the file has been created and saved as I doc file (not a doc format!), > I e-mail it! > > When the client gets the e-mail, he/she should open the file either by > saving the file to the local system or openning the file directly from the

Re: [PHP] Strange situation when saving a file

2006-08-30 Thread Stut
Miguel Guirao wrote: include("evm_mailer.php"); //The class I'm using for sending e-mails, from www.phpclasses.org ob_start(); // Start Output Buffer functionality //** function sendcorreo($from,$doc,$dept

RE: [PHP] Strange situation when saving a file

2006-08-30 Thread Miguel Guirao
} $simple_mailer->send(); // send the email } //** ************** -Original Message----- From: Stut [mailto:[EMAIL PROTECTED] Sent: MiƩrcoles, 30 de Agosto de 2006 03:16 a.m. To: Miguel Guirao Cc: PHP Lis

Re: [PHP] Strange situation when saving a file

2006-08-30 Thread Stut
Miguel Guirao wrote: I'm using ob_start() in order to save the content of a web page into a variable string and then save it into a file in the file system. Every thing is done OK. The only workaround I'm doing is adding a .doc file extension when saving the file, in order to open the file in Wor