Re: [PHP] Comment modes behavior in HTML and PHP

2007-07-28 Thread Richard Lynch
On Sat, July 28, 2007 9:40 am, C.R.Vegelin wrote: > I have a PHP script, as follows: > > > As expected, the browser shows nothing, > but when I view Source in the browser, I see: > > > Shouldn't it be just: , without the echo result ? > I don't expect PHP to be active between . I can see what

Re: [PHP] Comment modes behavior in HTML and PHP

2007-07-28 Thread C.R.Vegelin
Hi Daniel, Paul, Robert, Rick, Thanks for making it clear. Have a nice weekend. Cor - Original Message - From: "Daniel Brown" <[EMAIL PROTECTED]> To: "Paul Novitski" <[EMAIL PROTECTED]> Cc: Sent: Saturday, July 28, 2007 4:29 PM Subject: Re: [PHP] Co

Re: [PHP] Comment modes behavior in HTML and PHP

2007-07-28 Thread Daniel Brown
On 7/28/07, Paul Novitski <[EMAIL PROTECTED]> wrote: > At 7/28/2007 07:40 AM, C.R.Vegelin wrote: > >I have a PHP script, as follows: > > > > > >As expected, the browser shows nothing, > >but when I view Source in the browser, I see: > > > > > >Shouldn't it be just: , without the echo result ? > >I

Re: [PHP] Comment modes behavior in HTML and PHP

2007-07-28 Thread Paul Novitski
At 7/28/2007 07:40 AM, C.R.Vegelin wrote: I have a PHP script, as follows: As expected, the browser shows nothing, but when I view Source in the browser, I see: Shouldn't it be just: , without the echo result ? I don't expect PHP to be active between . is an HTML comment. /* ... */ and /

Re: [PHP] Comment modes behavior in HTML and PHP

2007-07-28 Thread Robert Degen
On Sa, Jul 28, 2007 at 03:40:07 +0100, C.R.Vegelin wrote: > I have a PHP script, as follows: > > > As expected, the browser shows nothing, > but when I view Source in the browser, I see: > > > Shouldn't it be just: , without the echo result ? > I don't expect PHP to be active between . No, yo

[PHP] Comment modes behavior in HTML and PHP

2007-07-28 Thread C.R.Vegelin
I have a PHP script, as follows: As expected, the browser shows nothing, but when I view Source in the browser, I see: Shouldn't it be just: , without the echo result ? I don't expect PHP to be active between . TIA, Cor