○ R&D 센터
파일 읽어오는 함수 file_get_contents
로티스트
2022. 10. 7. 08:54
반응형
파일 읽어오는 함수 file_get_contents
검색: php file ream function
<?php
echo file_get_contents("data/".$_GET['id']);
?>
다만 이것은 교육용이므로 실제 웹어플리케이션에서 사용시 보안에 취약하니 조심.
반응형