IF Record Column is Empty
Posted: Fri Oct 01, 2004 5:58 pm
I am trying a basic IF clause for a specific column. I want it to not show if the column in the record is empty. I tried this but it does not work. Any ideas?
Code: Select all
<?php
if ($row_detailsDoctrine['notes']=="NOT NULL"){ ?>