WebEmperess
06-28-2008, 03:47 PM
Heya again.
I get the feeling that using Dreamweaver template is somewhat beginner stylish or atleast it looks ugly in the source code. So what do other webdevelopers use? Is it:
<?php
include("xx.php");
?>
To make it abit more concrete:
I have a site with a newsbox/important stickies. I want them to be shown on every page. As of now I've just created a Dreamweaver template so that I just have to update the template itself and not every single file... (same goes for menu etc.)
Would this work just as good using the PHP script written above?
(I would feel more pro if i used it...lol:p ) or are there any other smooth & effecient ways?
Thanks in advance.
I get the feeling that using Dreamweaver template is somewhat beginner stylish or atleast it looks ugly in the source code. So what do other webdevelopers use? Is it:
<?php
include("xx.php");
?>
To make it abit more concrete:
I have a site with a newsbox/important stickies. I want them to be shown on every page. As of now I've just created a Dreamweaver template so that I just have to update the template itself and not every single file... (same goes for menu etc.)
Would this work just as good using the PHP script written above?
(I would feel more pro if i used it...lol:p ) or are there any other smooth & effecient ways?
Thanks in advance.