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($myrow[7)),
if($myrow[7)== "")
if($myrow[7)==null)
Nothing is working.
Can anyone help me out.Thanks in advance.