홈페이지 만들기
include 외부 문서 불러오기
좋은열매
2021. 4. 28. 11:00
728x90
외부문서 불러오기
<?php
include "test.php";
?>
<?
include "불러올 문서";
?>
728x90