My suggestion would be to use the a condition table.
This will make your system much more flexible.
For instance, you could add a new condition just by inserting a record into the table, without having to change a single script. So, if you wanted to add a condition of "bust", badabing - 2 seconds and it's done.
On a bigger scale, there's a case to be made for keeping ANY text (as distinct from code, html etc) in tables. This makes it easy to localise your system, or transfer it to parallel uses.
Cheers,
Jack
(Free PHP hosting till the end of the year - www.combustion.ie)