설명

bool headers_sent ([ string &$file [, int &$line ]] )

Checks if or where headers have been sent.

You can't add any more header lines using the header() function once the header block has already been sent. Using this function you can at least prevent getting HTTP header related error messages. Another option is to use Output Buffering.


http://www.php.net/manual/kr/function.headers-sent.php

'프로그래밍 언어 > php' 카테고리의 다른 글

mzk - event  (0) 2007.12.15
libcurl Emulator  (0) 2007.12.06
array_combine php5 -> php4  (0) 2007.05.07
배열 컬럼 정렬  (0) 2007.03.15
php error func  (0) 2007.03.12
블로그 이미지

용병

,

SELECT IFNULL(COUNT, 0) FROM TABLE;

COUNT 가 NULL 이면 0으로....

'시스템, 서버 > 데이타베이스' 카테고리의 다른 글

mysql 메모리별 my.cnf  (0) 2016.12.23
ERROR 1449 (HY000): There is no 'root'@'%' registered  (1) 2009.02.03
문자 합치기  (0) 2007.11.15
시퀀스 - cache  (0) 2007.04.27
AUTO_INCREMENT 설정  (0) 2007.02.02
블로그 이미지

용병

,

연습용 html

일상 2007. 11. 20. 14:34
<table border=0>
<tr>
   <td>
      <select name=mode>
      <option></option>
      <option>MAIL - Relay</option>
      <option></option>
      <option>DNS - A</option>
      <option>DNS - NS</option>
      <option>DNS - MX</option>
      </select>
   </td>
   <td>
      <input type=text name=domain size=30 style="BACKGROUND-COLOR: #ffffff; BORDER-BOTTOM: #828282 1px solid; BORDER-LEFT: #828282 1px solid; BORDER-RIGHT: #828282 1px solid; BORDER-TOP: #828282 1px solid; COLOR: black;margin-left: 3px; margin-right: 3px;">
   </td>
   <td>
      <input type=submit value='확인' style="font-size:9pt;width:90;height:19;BACKGROUND-COLOR:#E3E3DD; BORDER-BOTTOM: #ADAD98 1px solid; BORDER-LEFT: #FFFFFF 1px solid; BORDER-RIGHT: #ADAD98 1px solid; BORDER-TOP: #FFFFFF 1px solid; COLOR: black;">
   </td>
</tr>
</table>

'일상' 카테고리의 다른 글

천안 - 빌라에스떼  (0) 2009.03.27
새해 시무식?  (0) 2009.01.02
봄날은 간다  (0) 2007.07.02
무료 DNS 서버 - ngIP?  (0) 2007.05.15
에디트플러스 FTP 설정  (0) 2007.05.11
블로그 이미지

용병

,
concat(str1, str2)

or

str1||str2

'시스템, 서버 > 데이타베이스' 카테고리의 다른 글

ERROR 1449 (HY000): There is no 'root'@'%' registered  (1) 2009.02.03
IFNULL  (0) 2007.11.22
시퀀스 - cache  (0) 2007.04.27
AUTO_INCREMENT 설정  (0) 2007.02.02
SQL_CALC_FOUND_ROWS  (0) 2007.01.24
블로그 이미지

용병

,

readwrite.h error
->
vi readwrite.h
------------------------------------------
#ifndef READWRITE_H
#define READWRITE_H

/*
extern int read();
extern int write();
*/

/*
   if install on a 64bit....
*/
#include <unistd.h>

#endif
------------------------------------------

tcpserver: fatal: temporarily unable to figure out IP address for 0.0.0.0: file does not exist
->
touch /etc/dnsrewrite

'시스템, 서버 > 메일' 카테고리의 다른 글

qmail - Maildir make  (0) 2007.05.30
Aack, child crashed  (0) 2007.03.05
qmail 포트 변경  (0) 2007.02.02
qmail 25 접속 에러시 체크사항 1  (0) 2007.02.02
메일 priority 값  (0) 2007.02.02
블로그 이미지

용병

,
글 : 권기태

"일 분 후에도 나는 살고 싶다"

'생각 > 네생각' 카테고리의 다른 글

The Power of Words  (0) 2011.08.23
???  (0) 2008.03.13
모니 앤 스토리 - 선물  (0) 2007.07.12
세상에서 가장 중요한 것  (0) 2007.04.13
우울증 치료에 도움이 되는 5가지 자기관리 행동 전략  (0) 2007.02.14
블로그 이미지

용병

,