I cann't seem to be able to figure out this simple one.
I have a field in my dm that by default is NULL
So all i want is to say:
if ($myfield == NULL) {
echo "Currently has now description";
}
Currently nothing happens on this. What am I doing wrong?