[PHP] sending email with linefeeds

2002-09-06 Thread Kai Hinkelmann
Hi, we are sending plain-text-emails from php not using the mail-command but with port-operations. Everything works fine BUT outlook 2000 eats the linefeeds. We tried several things: copying the header from an original (functional) email from outlook, sending with \n or \r\n to seperate

[PHP] Here is a email

2002-09-06 Thread Kai Hinkelmann
Thanks for your answer. Here is a genereted email: Return-Path: [EMAIL PROTECTED] Delivered-To: [EMAIL PROTECTED] Received: (qmail 21481 invoked from network); 6 Sep 2002 15:47:03 - Received: from notused.i-dea.de (HELO mail.e-h.de) (62.26.122.219) by ns.i-dea.de with SMTP; 6 Sep 2002

[PHP] Re: sending email with linefeeds

2002-09-06 Thread Kai Hinkelmann
line second line third line the three lines are seperated with 0d0a, just as outlook would seperate them but the lines are not shown as a stack but as ONE line. Kai Erwin [EMAIL PROTECTED] schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Kai Hinkelmann wrote: Hi

[PHP] Re: Here is a email

2002-09-06 Thread Kai Hinkelmann
This one is in the wrong place... please ignore... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: How to post from a php script

2002-08-12 Thread Kai Hinkelmann
Create a form only with hidden-fields (your values) and no visible fields or buttons. The action= is set to the next file, the method ist set to POST (of course). Don't use php-header to redirect but javasript. If you want to redirect immediately you can write onLoad=document.forms[0].submit() in

Re: [PHP] Executing a file with rtf-extension

2002-08-12 Thread Kai Hinkelmann
h person who comes to your site will most likely have .rtf set as a Rich Text Document and will try and interpret it. Adam Voigt [EMAIL PROTECTED] On Mon, 2002-08-12 at 11:44, Kai Hinkelmann wrote: Hi, I want to execute a php-script, which file-extension ist .rtf. Though I ente

Re: [PHP] Executing a file with rtf-extension

2002-08-12 Thread Kai Hinkelmann
Thanks but since this one is a testserver there is only one webnode and the script runs (or runs not :-( ) in this node. Bye Kai Phil Driscoll [EMAIL PROTECTED] schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Monday 12 August 2002 3:52 pm, Adam Voigt wrote: My guess

[PHP] Thanks - got it

2002-08-12 Thread Kai Hinkelmann
Hi, Phil, Excuse me, you was right. I changed the mapping for the server but not for the directory. Now everything works fine. Thanks again. Bye Kai Phil Driscoll [EMAIL PROTECTED] schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Monday 12 August 2002 3:52 pm, Adam