Hi,
I'm retrieving field values from a table.
How can I check whether a particluar filed value is null or not null?.
I tried using
if(isset($item->employeeid),
if($item->employeeid == "")
if($item->employeeid==null)
Nothing is working.
Can anyone help me out.Thanks in advance.