-
PHP(Professional Hypertext Preprocessor)프로그래밍 언어/규격 2014. 12. 6. 01:51
## /etc/php.ini
short_open_tag = (Off|On)
asp_tags = Off
변수 이름은 대소문자를 구별한다
<?
include "..";
or
require "..";
# 주석
// 주석
/* 주석 */
?>
참조 사이트:
http://jun.hansung.ac.kr/ServerWP/PHP/PHP%20include%20and%20require.html
http://jun.hansung.ac.kr/ServerWP/
http://noraesae.github.io/PHP-a-fractal-of-bad-design-kr/