라벨이 PHP인 게시물 표시

PHP if 문

 <? if ($nation== 'Norway') {              echo ("<td align='center' bgcolor='#ffffff'>$city</td>"); } elseif  ($nation== 'Greece') {             echo ("<td align='center' bgcolor='#ffffff'>$city</td>"); } else { echo ("<td align='center' bgcolor='#ffffff'>$city</td>"); }  ?>