In my table, i have an enum (yes,no) field called 'sonic'. if sonic equals yes, i'd like to display an image, if it equals no, i just want to extract the row and have it say 'no'.
can i write some kind of an if statement to do that? it seems innately simple, but each time i try, i get a parse error.
thanks in advance for your help!!