기본 콘텐츠로 건너뛰기

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>");

?>

댓글