[thelist] is_null php

Daniel Frey danieljohnfrey at yahoo.com
Wed Jul 30 17:50:55 CDT 2003


Have you tried simply:
<?if ($eDateEnd) {?>
to <?=$eDateEnd?>
<?}?>

I've had good luck with that syntax in the past.

==================

<snip>
For some reason I can't get it to work. I tried:

<? if (!is_null($eDateEnd))
{?>
  to <?=$eDateEnd?>
<?}?>

What am I doing wrong?
</snip>



More information about the thelist mailing list