I used dreamweaver to help me design my site...and i've got a question regarding the template's i've made.
i've made some templates and are using them allot.
they are alaid out as such
html
<php include>
html
<editable area>
In here i use PHP to write the html when i need it.
eg. Like a db driven links page. The links are in a table and the table is built using echo"html code"
<end editable area>
<php include>
html.....
I've been told that when you do this in ASP there are performance issue's. Does that hold true with PHP as well.
And if this is so bad how should i do it.
It just seems to me that to get PHP to write all my "header" and "footer" info will take me hours to get the
php echo statements write. I have the usuall Dreamweaver image rollover code at the top and just thing that would be so hard to get PHP to write out.
Hope you all understand what i mean
Rizza
i've made some templates and are using them allot.
they are alaid out as such
html
<php include>
html
<editable area>
In here i use PHP to write the html when i need it.
eg. Like a db driven links page. The links are in a table and the table is built using echo"html code"
<end editable area>
<php include>
html.....
I've been told that when you do this in ASP there are performance issue's. Does that hold true with PHP as well.
And if this is so bad how should i do it.
It just seems to me that to get PHP to write all my "header" and "footer" info will take me hours to get the
php echo statements write. I have the usuall Dreamweaver image rollover code at the top and just thing that would be so hard to get PHP to write out.
Hope you all understand what i mean
Rizza