Getting Started - Web Design

Out of context: Reply #26

  • Started
  • Last post
  • 31 Responses
  • vaxorcist0

    Dreamweaver has a template system, but it ties you to Dreamweaver and was in my previous experience years ago, easily corrupted if moved around the file system....

    BUT.. .you don't have to know much PHP in order to make your own simple template system...

    for example, the include function:

    <? include("head.php"); ?>
    <p>body copy here</p>
    <? include("foot.php"); ?>

    and the echo function

    $title = "hello there";
    echo $title;

    • Dreamweaver template is a disaster.
      Try to maintain a site with that crap
      i_was

View thread