I'm trying to display a correct results based on the value of the variable but I'm using a short hand,
I have tried the following but its seems to ignore the first check even if the value is correct.
(!empty($national_ID_number)) ?
$national_ID_number :
(!empty($foreign_ID_number)) ?
$foreign_ID_number :
$temporal_permit_number)
Thanks