Re: [PHP] php & html integration

2009-05-15 Thread Bastien Koert
On Fri, May 15, 2009 at 9:38 AM, tedd wrote: > At 8:41 AM -0400 5/15/09, Robert Cummings wrote: > >> On Fri, 2009-05-15 at 05:42 -0400, Robert Cummings wrote: >> >>> On Thu, 2009-05-14 at 17:24 -0700, Michael A. Peters wrote: >>> > tedd wrote: >>> > >>> > > >>> > > >>> > > >>> > > >>>

Re: [PHP] php & html integration

2009-05-15 Thread tedd
At 8:41 AM -0400 5/15/09, Robert Cummings wrote: On Fri, 2009-05-15 at 05:42 -0400, Robert Cummings wrote: On Thu, 2009-05-14 at 17:24 -0700, Michael A. Peters wrote: > tedd wrote: > > > > > > > > > > > > > and Hello World will be show as a H1 headline. > > > > Please note, the "()

Re: [PHP] php & html integration

2009-05-15 Thread Robert Cummings
On Fri, 2009-05-15 at 05:42 -0400, Robert Cummings wrote: > On Thu, 2009-05-14 at 17:24 -0700, Michael A. Peters wrote: > > tedd wrote: > > > > > > > > > > > > > > > > > > > > and Hello World will be show as a H1 headline. > > > > > > Please note, the "()" seen in my use of echo is not neces

Re: [PHP] php & html integration

2009-05-15 Thread Robert Cummings
On Thu, 2009-05-14 at 17:24 -0700, Michael A. Peters wrote: > tedd wrote: > > > > > > > > > > > > > and Hello World will be show as a H1 headline. > > > > Please note, the "()" seen in my use of echo is not necessary -- it's > > just another one of those things that I do that no one else do

Re: [PHP] php & html integration

2009-05-14 Thread Michael A. Peters
tedd wrote: and Hello World will be show as a H1 headline. Please note, the "()" seen in my use of echo is not necessary -- it's just another one of those things that I do that no one else does. It's not wrong, but it serves no purpose other than it looks good and makes sense *to me* YM

Re: [PHP] php & html integration

2009-05-14 Thread Paul M Foster
On Thu, May 14, 2009 at 04:19:57PM -0400, tedd wrote: > > Please note, the "()" seen in my use of echo is not necessary -- it's > just another one of those things that I do that no one else does. Ohmygosh! I didn't realize Tedd was one of those "using parentheses with an echo command" guys. I'

Re: [PHP] php & html integration

2009-05-14 Thread tedd
At 2:35 PM -0400 5/14/09, PJ wrote: I'm a bit fuzzy on the relationship between the and the HTML code. Where should the php code be placed in a page so that execution is carried out smoothly? So far, my coding has managed to avoid horrendous snags; but as I delve deeper into the quagmire of codi

[PHP] php & html integration

2009-05-14 Thread PJ
I'm a bit fuzzy on the relationship between the and the HTML code. Where should the php code be placed in a page so that execution is carried out smoothly? So far, my coding has managed to avoid horrendous snags; but as I delve deeper into the quagmire of coding, I would like to clear the fog befo