alter database [DB] default character set euckr collate utf8; alter table [TABLE] default character set euckr collate utf8;
$dir_file = "$docroot/fotofiles/";// 파일이 있는 디렉토리 $dir_tar = "$docroot/fotofiles/down/";// 파일을 묶어서 저장할 디렉토리 $tarname = "down.tar.gz";// 묶은 파일명 $downfilename = "홍길동사진.tar.gz";// 다운로드받을 파일명 chdir($dir_tar); exec("tar czf $tarname ../file1 ../file2 ../file3"); sleep(1);//파일이 많거나 용량이 큰경우, gzip으로 압축할 경우 1초 정도 대기 chdir($dir_file); if(eregi("(MSIE 5.5|MSIE 6.0)", $HTTP_USER_AGENT)){ header("content-type..
@http://www.datguri.net/B_83/4087 @http://phpthumb.sourceforge.net
다른 프로그램도 있지만 이게 확실한듯. cmd 파일 열어서 수정후 실행. @http://dopus.tistory.com/114 (트랙백 발송안되네...)
바코드 폰트, 웹폰트 @font-face{ font-family:C39TWttf; src:url(C39TW.TTF);} @font-face{ font-family:C39TWeot; src:url(C39TW.eot);} .bcode{font-family:C39TWttf,C39TWeot;} 사용예시 기본 : 바의 넓이 1px, 굵은바의 넓이 2px, 색상 검정 barcode(문자열, 바코드의 세로길이); // 필수 예시1 barcode(문자열, 바코드의 세로길이, 바의 넓이, 굵은바의 넓이); // 예시 2 barcode(문자열, 바코드의 세로길이, 바의 넓이, 굵은바의 넓이, 스페이스의 넓이, 굵은 스페이스의 넓이) // 예시 3 barcode(문자열, 바코드의 세로길이, 바의 넓이, 굵은바의 넓이, 스페..