Re: [PHP] HTML via echo or not

2003-12-29 Thread David T-G
Robin -- ...and then Robin Kopetzky said... % % Good evening. Hiya! % % I'm probably going to stir up a hornet's nest but have a question. Probably so :_0 % % Does using echo for ALL html pages mean I have a sick mind? Example: I don't think so. % % echo CR, '', %

Re: [PHP] HTML via echo or not

2003-12-29 Thread Robert Cummings
On Mon, 2003-12-29 at 20:34, Jordan S. Jones wrote: > Why make PHP work harder than it needs to? A decent compile cache will optimize literal concatenation so that only variables are concatenated at run time. Cheers, Rob. -- .. | InterJ

RE: [PHP] HTML via echo or not

2003-12-29 Thread Robert Cummings
ECTED] > Sent: Monday, December 29, 2003 8:02 PM > To: PHP General > Subject: [PHP] HTML via echo or not > > > Good evening. > > I'm probably going to stir up a hornet's nest but have a question. > > Does using echo for ALL html pages mean I h

Re: [PHP] HTML via echo or not

2003-12-29 Thread Jordan S. Jones
Why make PHP work harder than it needs to? Jordan Robin Kopetzky wrote: Good evening. I'm probably going to stir up a hornet's nest but have a question. Does using echo for ALL html pages mean I have a sick mind? Example: echo CR, '', CR, ' ', CR, ' etc...';

RE: [PHP] HTML via echo or not

2003-12-29 Thread Larry Brown
[mailto:[EMAIL PROTECTED] Sent: Monday, December 29, 2003 8:02 PM To: PHP General Subject: [PHP] HTML via echo or not Good evening. I'm probably going to stir up a hornet's nest but have a question. Does using echo for ALL html pages mean I have a sick mind? Exam

[PHP] HTML via echo or not

2003-12-29 Thread Robin Kopetzky
Good evening. I'm probably going to stir up a hornet's nest but have a question. Does using echo for ALL html pages mean I have a sick mind? Example: echo CR, '', CR, ' ', CR, ' etc...'; I like the look. It's more readable, gives me a bet