I have so far successfully connected to my DB, and I think successfully performed a SQL Query to my TABLE, and closed the DB.
What I am trying to do next is to add some COLUMN data from a particular ROW in a particular TABLE to my html5 page.
TABLE name is "PropForm"
ROW name, I guess we can go from the cf_id for a particular row, so say cf_id=1
COLUMN name is "company"
I am trying to get the "company" data into the area where it says "Company Name" in the html5 code below.
Code: Select all
<head>
<!-- 348974 -->
<title>Company Name</title>
<meta charset="UTF-8">