I need some help understanding the utility of OOP with dynamic web pages.
I know OOP is great, makes coding more portable, etc. but my question is: How exactly is the best way to implement object?
Yet, I found the best was to build objects for HTML structures, likes forms, boxes representing arrays of data.
So my question is: Is OOP well suited with PHP for building parts of HTML code, and structural programming best suited for templating my website? Is OOP best suited for all tasks?
I know OOP but I haven't used it yet with scripting languages. I am getting into a new world! Thanks for your help!