开发者

Trying to display field heading only when field is not empty

开发者 https://www.devze.com 2022-12-25 13:59 出处:网络
domicile is field in record set. the proble开发者_Go百科m is that Domicile heading is not showing where I want it to print. Its showing nothing.Are you sure? If $rows_Recordset1[\'domicile\'] is not

domicile is field in record set.

the proble开发者_Go百科m is that Domicile heading is not showing where I want it to print. Its showing nothing.


Are you sure? If $rows_Recordset1['domicile'] is not empty then it is the opposite of what you want. Try change

empty($rows_Recordset1['domicile'])

to

empty($rows_Recordset1['domicile'])

Hope it helps

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号