Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- jquery
- Stock
- 공모주 청약 일정
- 제이쿼리
- html
- Eclipse
- 6월 공모주 청약 일정
- 오라클
- JavaScript
- 코드이그나이터
- 주식
- codeigniter
- 리눅스
- SQL
- 맥
- Stock ipo
- 주식 청약 일정
- linux
- MYSQL
- 공모주 청약
- 자바
- 7월 공모주 청약 일정
- 자바스크립트
- java
- Oracle
- css
- 주식 청약
- IPO
- php
- 공모주
Archives
- Today
- Total
목록php allow_url_fopen 에러 (1)
개발자의 끄적끄적
[php] allow_url_fopen / wrapper is disabled in the server configuration by allow_url_fopen=0 에러 해결 방법
[php] allow_url_fopen / wrapper is disabled in the server configuration by allow_url_fopen=0 에러 해결 방법 php 에서 파일 다운로드 기능을 구현하다보면 서버에 있는 파일이 아닌, url만 가지고 파일을 다운로드 해야 하는 경우가 있습니다. 그럴때 아래와 같이 file_get_contents 를 이용해서 파일정보를 가져오는데요! $data = file_get_contents($file_url); file_get_contents 가 정상적으로 실행이 되지 않고, 아래와 같이 allow_url_fopen 에러가 나는 경우가 있습니다! wrapper is disabled in the server configuration by allow..
개발/php
2023. 9. 11. 01:00