I am reading PHP and MySQL web development 2nd edition book. Chapter 6 talks about displaying dynamic web content using class objects. For the type of project that I am building, this is not optimal. How do I keep my self from having html mixed with my PHP code? In other words how do I serperate the two. I need to concentrate on writing good code and not designing a nice looking website. (someone else is going to do that)
Can I assign include() statements to a variable ? How would you guys accomplish this? Thanks so much in advance, Daniel