Please help with this if you can
My example code below is part of a table that echos several fields, for this field I need to echo the text of the field which the below example code now does, but i need to make it state N/A if the field is Null also which i guess would be with a if/else command but got no idea how to fit it in with the current code
echo $row['model'];
echo "</td><td>";
Thanks for your help and time