now i need some advise from you.
i am starting on a php project and to my delight in new system design,
i changed the way i deliver the web page itself to the browser ( that's how i perceive it ).
here are the steps i implemented so far:
1. some basic php start but without:
<HTML>
<HEAD>
<TITLE>
of that kind. instead some simple page preparations i have learned so far.
2. Here comes navigational images, sidebar menus, and footers.
3. Then the dynamic content:
dynamic because everything here just comes(read) from files (usually with "./contents/" directory). These files are just HTML files but without any extensions. The file to load is determined by query string(such as "index.php?page=home&mode=user").
Yeah, i know that i may sound as a beginner. that is why i need some comments from you. Or, it is much better if you recommend some strategies to make this work better.
thank you in advance