OK ... I'm new to PHP, but I'm learning fast. I'm also new to web-development as a whole. I'm wondering what is a good tool to use to generate tables,etc in HTML rather than having to write raw HTML code?
I want to create a page that looks nice, but also has strong functionality and a DB interface (which is where PHP comes in). I don't want to have to hard-code HTML for all of the non-PHP parts of the page.
Is there a tool out there which can easily integrate PHP into the HTML it generates?
Thanks