I am attempting to wrap html for a hyperlink around the value in an sql table.
See IMAGE
a busy cat http://carmanmanitoba.ca/mysqlquestion.png
So for every meta_key that is ‘Website’ I would like to take the contents of meta_value have a string wrapped around it to make it a link IE
‘www.heritagerealty.ca’ would become '<a href="http://www.heritagerealty.ca" target="_blank">www.heritagerealty.ca</a>'
What query would I enter? I am very new to PHP and editing databases in such a way.
You don’t need to enter any query while inserting. Just make it link while you are displaying the results like