hello!
im working on a website and im using dreamweaver cs3. i have an index page with include commands and it looks like this
[php]<?php include("zaglavlje.html");?>
in the pages included i obviously have some content and when i preview my site in dreamweaver it looks great, but when i try to open it up in a browser, nothing shows up! why is this so?
however, if i place all of my content within the index page and dont use the php tags it looks good in dreamweaver as well as in the browser!
can anyone help me???