Hi NogDog and Francoise,
Thank you for taking the time to reply and sharing your suggestions. I have been reflecting on my question and realize that there are no easy answers. I am taking suggestions and exploring Object Oriented PHP. OO PHP is a new way of thinking about analysis, design and development. It seems to be a a entirely new mindset. After studying a number of tutorials, I am still trying to wrap my mind around classes, objects, encapsulation, inheritance, constructors, properties, methods, etc. What comes first the class, object, business rules or data model. I guess this is all part of the learning process.
I had an idea for an app in PHP and MySQL yet to get from the idea to the finished product is a journey in itself. My original idea was to find an easier way to modify websites for up and coming local musicians who cannot afford big production websites... my way of giving back. Right now the websites are in XHTML and CSS. Updating nine websites with new play dates is a hassle. I figured there must be a way to store content in a database; have an input screen for the musicians to update their info into a database (MySQL) and feed that info into their website using PHP... As opposed to manually updating each website.
So I figured let me start on a small app to learn PHP and MySql... music teacher to schedule music lessons on a calendar. I think I am starting to get a headache. Yet, I will keep plugging away to a finished product. Onto studying OO PHP concepts.
Thanks Again,
DJ_Cubop