I have a page that comes up and displays information about a subject. There are 8 possible links that could be displayed along with that subject depending on what value is in the database for that subject.
I'm trying to figure out how to check if that (db) table row has a value in it, if it does, then it displays a link. If there is no value, then it displays nothing.
Any ideas on how I can check it?
Thanks 🙂