Not sure if it's possible but it's worth a shot.. I am trying to insert into a MySQL 'TEXT' field some text.. Some of the words within the text I want to change depending on other fields from some other tables in the MySQL database.. Something similar to a php email template where the 'Dear ${first_name}' can be changed depending on who the email is going to...
Can something like this be done within a field in a MySQL table?
I aware this can be done using a PHP file, but I was wondering if this can be done using MySQL..