I have a database table of products, which has a field that lists a price. When the item is ordered, the script adds the words ON HOLD to the price field. So, the result would be "$85 - ON HOLD". How can I make a script that would check to see if the field has the - ON HOLD part - if so then display an error, if not let the visitor order the product?