I have a mysql database table called 'preferences'
It has two rows, one called "Name" and the other called "Value"
I want to call the "Value" to a variable, where the "Name" = "issue_id"
How do I do this... I want to call this to a variable, which could be printed on a page.