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 | 31 |
Tags
- Stock
- html
- 오라클
- Stock ipo
- 공모주
- 자바스크립트
- linux
- SQL
- 자바
- 공모주 청약 일정
- MYSQL
- JavaScript
- 제이쿼리
- Eclipse
- 6월 공모주 청약 일정
- Oracle
- jquery
- IPO
- 리눅스
- 맥
- css
- codeigniter
- 주식 청약
- 7월 공모주 청약 일정
- php
- java
- 주식
- 공모주 청약
- 코드이그나이터
- 주식 청약 일정
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