[PHP] Re: Help with my code

2003-06-18 Thread Terje Torkelsen
To echo multiple lines you have to write echo END html headtitle ... .. END; and in the beginning you have if( $action ) { if... elseif .. elseif.. if( $action ) { = why this? you have already checked if $action is true earlier... } } (nb! posting the what the error is

Re: [PHP] Re: Help with my code

2003-06-18 Thread Lars Torben Wilson
On Wed, 2003-06-18 at 08:23, Terje Torkelsen wrote: To echo multiple lines you have to write echo END html headtitle ... .. END; No offense, but this is completely false. Double-quotes will work just fine. -- Torben Wilson [EMAIL PROTECTED]

Re: [PHP] Re: Help with my code

2003-06-18 Thread Terje Torkelsen
1.2.3 Content-type: text/plain Content-transfer-encoding: 7BIT References: [EMAIL PROTECTED] [EMAIL PROTECTED] Subject: Re: [PHP] Re: Help with my code From: [EMAIL PROTECTED] (Lars Torben Wilson) On Wed, 2003-06-18 at 08:23, Terje Torkelsen wrote: To echo multiple lines you have to write