제가 아이콘 상점을 구축할려고
$iconfile = "/data/file/$bo_table/".urlencode($view[file][0][file]);
--
제가 사용중인 개인 소스들....
--
$path = "$g4[path]/data/member/".substr($member[mb_id],0,2);
@mkdir($path, 0707);
@chmod($path, 0707);
$dest_path = "$path/$member[mb_id].gif";
copy($iconfile, $dest_path);
이렇게해서 등록을 했는데 ... 자꾸만 $iconfile 만 인식되고 $dest_path 는 인식이 안되는거같아요..
왜이러는지 아시는분....
$iconfile = "/data/file/$bo_table/".urlencode($view[file][0][file]);
--
제가 사용중인 개인 소스들....
--
$path = "$g4[path]/data/member/".substr($member[mb_id],0,2);
@mkdir($path, 0707);
@chmod($path, 0707);
$dest_path = "$path/$member[mb_id].gif";
copy($iconfile, $dest_path);
이렇게해서 등록을 했는데 ... 자꾸만 $iconfile 만 인식되고 $dest_path 는 인식이 안되는거같아요..
왜이러는지 아시는분....
댓글 2개
게시글 목록
| 번호 | 제목 |
|---|---|
| 284508 | |
| 284499 | |
| 284492 | |
| 284490 | |
| 284484 | |
| 284481 | |
| 284478 | |
| 284476 | |
| 284474 | |
| 284472 | |
| 284470 | |
| 284458 | |
| 284457 | |
| 284454 | |
| 284453 | |
| 284447 | |
| 284446 | |
| 284444 | |
| 284441 | |
| 284440 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기