일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- not working
- 자바스크립트
- android 효과음
- 안드로이드
- C# IO
- 자동 생성
- FCM
- 안드로이드 푸쉬
- UML
- 우분투
- 안드로이드 gcm
- roundcube
- 폼메일
- C#
- PHP
- curl
- WebView
- 설치
- soundpool
- mysql
- Mail Server
- 안드로이드 푸시
- xe
- chart.js
- Android
- javascript
- html5
- php 취약점
- dovecot
- php 시큐어코딩
- Today
- Total
목록php (69)
그러냐
$s_arr = explode('-',$rst['day1']); $e_arr = explode('-',$rst['day2']); $s = mktime(0,0,0,$s_arr[1],$s_arr[2],$s_arr[0]); $e = mktime(0,0,0,$e_arr[1],$e_arr[2],$e_arr[0]);; $days = NUMBER_FORMAT(intval(($e-$s)/86400)); mktime ($hour , $minute ,$second , $month , $day , $year , $is_dst )
1. $fileName = "a.gif"; header("Content-Type: application/octet-stream"); header("Content-Disposition: attachment;filename=".$fileName); header("Content-Transfer-Encoding: binary"); Header("Cache-Control: cache, must-revalidate"); readfile($fileName); 2. $f_src = "이미지경로" ; $f=@fopen($f_src,"r"); Header("Content-type: application/plain"); header("Cache-Control: post-check=0, pre-check=0", false);..
출처 : https://www.xpressengine.com/tip/22279567 나름 강력할 것 같은 스팸방지 팁 2013.08.23 13:08 꿈섬 조회 수:5641 요즘 스팸때문에 고민인 분들이 종종 보이네요. 회원만 글쓰기 하면 뭐 문제 없겠지만, 비원글쓰기 인경우 스팸테러의 우려가 있지요. 개인적으로 captcha 방식은 싫어해서.. 다른 방법을 생각해 봤구요.. 소스 수정입니다. 1. 회원 자동가입방지 /modules/member/member.controller.php 이 파일을 에디터로 엽니다. procMemberInsert()이 함수를 찾기 기능으로 찾습니다. 빨간 글쓰 부분 추가 하면 됩니다. 이것은 referer 확인해서외부에서 파싱하는 것을 막아 줍니다. function procMe..
[PHP] Mysql + php 트리구조 재귀호출 트랙백 글쓴이 : 로빈아빠 작성 : 11-11-19 12:33 조회 : 1,678 http://articles.sitepoint.com/print/hierarchical-data-database [62] http://www.ilsc.kr/bbs/board.php?bo_table=B07&wr_id=66 [482] 당 신이 게시판이나 메일링리스트 같은 것을 웹사이트에 게시하거나 CMS를 개발하고자 할때, 계층적 데이터 구조를 데이터베이스에 저장할 필요성이 발생 할 때가 있다. 그리고, XML기반 데이터베이스를 사용하지 않는 이상 테이블은 계층적이지 않으며 단지 평면적일 뿐이다. 당신은 계층적인 구조를 평면파일로 번역할 수 있는 방법을 찾아야만 한다. 트리(t..
하면됨
엑셀파일을 다운받을 때, 특정 정보들만 깨짐 현상이 있어 헤더를 수정하였다. 깨지기 전 헤더는 이렇게 쓰고 있었다. - header( "Content-type: application/vnd.ms-excel" ); header( "Content-Disposition: attachment; filename=$_POST[filename].xls" ); header( "Content-Description: PHP4 Generated Data" ); header( "Content-charset=euc-kr" ); - 수정한 헤더는 이렇다. - header( "Content-type: application/vnd.ms-excel; charset=euc-kr" ); header( "Content-Disposition..
On Marketing | on_mkt http://blog.naver.com/on_mkt/90088719987 $newicon =""; $crtdate=mktime(0,0,0,substr($faq['created'],5,2),substr($faq['created'],8,2),substr($faq['created'],0,4)); $nowdate=mktime(0,0,0,date("m"),date("d"),date("Y")); if(($nowdate - $crtdate)/(24*60*60) < 5){ $newicon = " "; }
function sendtest($id){ Configure::write('debug',2); $this->layout = 'sub_layout'; if($this->data){ // pr($this->data);exit; // /images/common/btnBan06_on.gif $charset="utf-8"; $from ='sd-23@.kr'; $from_name = $this->data['Mailing']['name']; $title = $this->data['Mailing']['title']; $message = ' 신청자 : '.$this->data['Mailing']['name'].' 이메일 : '.$this->data['Mailing']['email'].' '.$this->data['Mai..
출처 : http://blog.naver.com/soo9585/80023256739 받는사람 Email 보내는사람 Email 제 목 내 용 첨 부