PHP
(PHP) include 사용 방법
SAFE
2016. 5. 2. 11:42
<?php include('login_check.php'); ?>
이렇게 쓰면 됩니다.
<?php include('login_check.php'); ?>
이렇게 쓰면 됩니다.