HTML include
페이지 정보
본문
<?
if ( $pop == "" ) {
include "/00/";
}
else if ( $pop == "01" ) {
include "01.html";
}
else if ( $pop == "02" ) {
include "02.html";
}
else if ( $pop == "03" ) {
include "03.html";
}
?>
댓글목록
등록된 댓글이 없습니다.
CAD | 인벤터 | SW | MC | SE | 디아 |
Eng | 자재 | PC | HTML | IT | 일정 |
<?
if ( $pop == "" ) {
include "/00/";
}
else if ( $pop == "01" ) {
include "01.html";
}
else if ( $pop == "02" ) {
include "02.html";
}
else if ( $pop == "03" ) {
include "03.html";
}
?>
등록된 댓글이 없습니다.