Hi everyone,
I'm designing a blog from scratch using PHP & MySQL. On the front page I have something like the following:

I was wondering everyone's input on how the best way to design the website. Right now I have a folder called include where I have stored the header files with variables for the title of the page, and a config file where all of the variables are stored, and a footer file where the bottom is placed. My index.php page is just div tags where I have mysql queries to pull the data.
But the only thing is, I find it very difficult to try and design the pages with html because once I place them in php I have to do an echo"" command and have \", which in turn doesn't allow dreamweaver to display any of the content.
So I guess what I'm asking is.. Is this a good design? Or should I stay away from includes, etc.
|