I am brand new to PHP and MySQL. I watched the Lynda.com tutorial entitled "PHP with MySQL Essential Training". I followed along and converted my static site to a dynamic CMS. This tutorial showed us how to insert content into a database, but just text.
After the course, I was left wondering the following--"How do I get the specific content to render? For example, I have a static page called "Websites". This page contains a couple divs with screenshot images of websites I've developed and the images are linked to those sites. When I created this page in the database I just added some regular text content to the database.
How do I get that html to render that contains the specific content associated with that page? Am I to write some SQL Insert statement into the database inserting the html?
I'd appreciate your guidance. Thanks, Chris