if(get_magic_quotes_gpc()) {
	$contents = $_POST['contents'];
} else {
	$contents = addslashes($_POST['contents']);
}
 

'php, codeigniter' 카테고리의 다른 글

로그파일 설정 및 처리  (0) 2014.10.14
config[] 환경 설정하기  (0) 2014.10.14
form validation(폼 유효성 검사)  (0) 2014.10.13
헬퍼(helper) 만들어서 사용하기  (0) 2014.10.13
$_POST 값이 안넘어올때  (0) 2014.10.13
블로그 이미지

디츠

“말은 쉽지, 코드를 보여줘.” “Talk is cheap. Show me the code.” – 리누스 토르발스(Linus Torvalds)

,