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: h1 ?php echo(Hello World); ? /h1 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

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: h1 ?php echo(Hello World); ? /h1 and Hello World will be show as a H1 headline. Please note, the () seen in my use of echo is not

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: h1 ?php echo(Hello World); ? /h1 and Hello World will be show as a H1 headline. Please

Re: [PHP] php html integration

2009-05-15 Thread Bastien Koert
On Fri, May 15, 2009 at 9:38 AM, tedd tedd.sperl...@gmail.com 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: h1 ?php echo(Hello

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

Re: [PHP] php html integration

2009-05-14 Thread Paul M Foster
On Thu, May 14, 2009 at 04:19:57PM -0400, tedd wrote: snip 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'm

Re: [PHP] php html integration

2009-05-14 Thread Michael A. Peters
tedd wrote: h1 ?php echo(Hello World); ? /h1 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