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 |
Tags
- UTF-8
- JavaScript
- MySQL
- 웹하드추천
- file-upload
- date
- jquery
- 전략
- Linux
- 경영
- string
- Regex
- Forms
- composer-php
- Session
- HTML
- variables
- function
- Apache
- Ajax
- curl
- Arrays
- 무료다운로드쿠폰
- OOP
- Laravel
- post
- php
- 웹하드순위
- JSON
Archives
- Today
- Total
목록fopen (1)
개발! 딱 깔끔하고 센스있게!
PHP fopen () 에 도달 하여 리 셋 방향 제한 오류 가 발생 했 습 니 다.
다음 코드 블록 을 실행 할 때: foreach($eventfiles as $eventfile) { if($eventfile['filename']) { $file = $eventfile['filepath']; // Open File if( !($fp = fopen($file, "r"))) { echo ' CAN NOT READ FILE.'; exit; } // Read data from the file into $data $data = ""; while (!feof($fp)) $data .= fread($fp,1024); query("update event_rtab set html = '".escape($data)."' where id = {$eventfile[id]}"); } if($eventfile[..
개발 스크랩 메모/PHP
2020. 11. 29. 02:37