I'm looking for a good way in which to build PHP web pages.
I will have a header.inc and a footer.inc that is required by the index.php page... Now, the page will have extensive HTML tables, graphics and such, and I do not want to have to code all that in some text editor.
So, what is a good practice to build PHP pages? Do I design/code all the HTML in FrontPage (or whatever is suggested) then cut and past the HTML code from FrontPage into the PHP files (with the PHP code)?
I'm looking for a practical and very effificient methodolgy. I'm eager to learn how others are accomplishing this. What software do you use to build PHP pages from scratch (with extesive HTML in them)?
Thanks.
B-truE