I have a database with 3 fields: id, Keyword and Body. They id and Keyword fields are already populated.
My webpage template puts the Keyword field data as H1 text for the page title. The Body field data is currently empty. On my webpage, I will have an include where I pass the Keyword field data to a script that will draw in results based on that keyword. e.g. something like <insert here text based on current Keyword for page>
My question is, how can I get this data into the Body field in the MySQL database? There will be about 10,000 entries in total.
I can display the <inserted> data into the webpage but I really want it stored in the Body field.
Thanks,
Jon