Re: [PHP] Re: Help with my code

2003-06-18 Thread Terje Torkelsen
-Mailer: Ximian Evolution 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 a

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; No offense, but this is completely false. Double-quotes will work just fine. -- Torben Wilson <[EMAIL PROTECTED]>+1.604

[PHP] Re: Help with my code

2003-06-18 Thread Terje Torkelsen
To echo multiple lines you have to write echo << ... .. 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 might help solve a