소스노트 출력 예제
- <?php
- if($this->aaa == "test") {
- echo "thanks";
- echo "감사합니다.!";
- this.onkeyup = function() {}
- this.innerHTML = "HTML Code";
-
}
-
foreach($aaa as $bbb) :
-
continue; //comment
-
return true;
-
return false;
-
endforeach;
-
?>
-
<html>
-
<head>
-
<title></title>
-
</head>
-
<body>
-
<table cellspacing="5" >
-
<tr>
-
<td>column</td>
-
</tr>
-
</table>
-
</body>
-
</html>
|