RE: [PHP] Frequent Mode Switching

2003-08-14 Thread Chris W. Parker
Derrick Fogle on Tuesday, August 05, 2003 2:14 PM said: > I've found that I prefer programming this way, for the most part, > putting most of the heavy PHP programming at the top, and then using > static HTML interspersed mostly with quick statements > for what user

Re: [PHP] Frequent Mode Switching

2003-08-14 Thread Jim Lucas
This method has been my personal choice for the past 3-4 yrs in coding, I have not found any problems with it thus far. But I am gradually switching all my code over to a seperate template style design as where I have all my values in a variable format and then parse a *.html file and str_replace

Re: [PHP] Frequent Mode Switching

2003-08-14 Thread Reuben D. Budiardja
On Tuesday 05 August 2003 05:21 pm, Jim Lucas wrote: > This method has been my personal choice for the past 3-4 yrs in coding, > > I have not found any problems with it thus far. > > But I am gradually switching all my code over to a seperate template style > design as where I have all my values in

Re: [PHP] Frequent Mode Switching

2003-08-14 Thread Reuben D. Budiardja
On Tuesday 05 August 2003 05:13 pm, Derrick Fogle wrote: > Thoughts on frequent switching in and out of PHP mode: > > ?>Switch out, static HTML > ?>Switch out, more static HTML > > I've found that I prefer programming this way, for the most part, > putting most of the heavy PHP programming at the