PHP로 css 출력하기
::::::::::::::
html.php
::::::::::::::
<html><head>
<link rel="stylesheet" href="css.php?id=<?=$_GET['id'];?>" type="text/css">
</head>
<body>
<p class=line>
Line Line Line Line Line Line Line Line Line Line Line Line Line Line Line Line
</p>
</body></html>
::::::::::::::
css.php
::::::::::::::
<?php
header( "Content-type: text/css");
switch( $_GET['id']) {
case 'A': echo "p.line { border: 1px solid green; }"; break;
case 'B': echo "p.line { border: 1px dotted blue; }"; break;
case 'C':
default: echo "p.line { border: 2px solid cyan; }"; break;
}<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
html.php
::::::::::::::
<html><head>
<link rel="stylesheet" href="css.php?id=<?=$_GET['id'];?>" type="text/css">
</head>
<body>
<p class=line>
Line Line Line Line Line Line Line Line Line Line Line Line Line Line Line Line
</p>
</body></html>
::::::::::::::
css.php
::::::::::::::
<?php
header( "Content-type: text/css");
switch( $_GET['id']) {
case 'A': echo "p.line { border: 1px solid green; }"; break;
case 'B': echo "p.line { border: 1px dotted blue; }"; break;
case 'C':
default: echo "p.line { border: 2px solid cyan; }"; break;
}<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
게시판 목록
개발자팁
개발과 관련된 유용한 정보를 공유하세요.
질문은 QA에서 해주시기 바랍니다.
질문은 QA에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 236 | 기타 | 20년 전 | 4851 | ||
| 235 | 기타 | 20년 전 | 6431 | ||
| 234 | JavaScript | 20년 전 | 8223 | ||
| 233 | Flash | 20년 전 | 5153 | ||
| 232 | 기타 | 20년 전 | 6466 | ||
| 231 | 기타 | 20년 전 | 5015 | ||
| 230 | JavaScript | 20년 전 | 5395 | ||
| 229 | 기타 |
|
20년 전 | 11954 | |
| 228 | JavaScript | 20년 전 | 5680 | ||
| 227 | MySQL |
|
20년 전 | 5734 | |
| 226 | 기타 | 20년 전 | 4112 | ||
| 225 | JavaScript | 20년 전 | 4104 | ||
| 224 | 기타 | 20년 전 | 3513 | ||
| 223 | 기타 | 20년 전 | 2770 | ||
| 222 | 기타 |
아우겐나이스
|
20년 전 | 3641 | |
| 221 | MySQL |
email
|
20년 전 | 5100 | |
| 220 | MySQL | 20년 전 | 5759 | ||
| 219 | MySQL | 20년 전 | 12896 | ||
| 218 | MySQL | 20년 전 | 7916 | ||
| 217 | 기타 | 20년 전 | 5875 | ||
| 216 | 기타 | 20년 전 | 4850 | ||
| 215 | JavaScript | 20년 전 | 5157 | ||
| 214 | 기타 | 20년 전 | 3485 | ||
| 213 | PHP | 20년 전 | 4679 | ||
| 212 | PHP | 20년 전 | 4665 | ||
| 211 | PHP | 20년 전 | 4083 | ||
| 210 | 기타 | 20년 전 | 4275 | ||
| 209 | 기타 | 20년 전 | 4159 | ||
| 208 | JavaScript | 20년 전 | 5707 | ||
| 207 | JavaScript | 20년 전 | 4264 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기