novasera

calendar

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
  • total
  • today
  • yesterday
2010. 4. 7. 18:19 Programming(Web)/JAVASCRIPT

'Programming(Web) > JAVASCRIPT' 카테고리의 다른 글

[JS] location.href 와 location.replace  (0) 2010.04.14
[JS] setTimeout 과 setInterval  (0) 2010.04.08
[JS] object image 자료 (프리로드 관련)  (0) 2010.03.09
[JS] 쿠키를 굽자!! cookie!!!  (0) 2010.03.05
[JS] innerHTML  (0) 2010.03.02
posted by novasera
2010. 4. 7. 11:25 Programming(Web)/일반
posted by novasera
2010. 4. 5. 16:20 Programming(Web)/일반
posted by novasera
2010. 4. 2. 13:07 Programming(Web)/일반
posted by novasera
2010. 4. 1. 22:15 Programming(Web)/일반
posted by novasera
2010. 4. 1. 16:03 Programming(Web)/PHP
PHPSCHOOL ( 1  ,  2 )

'Programming(Web) > PHP' 카테고리의 다른 글

mysqli 쿼리 결과 다루기  (0) 2013.03.10
[한글] urlencode urldecode  (0) 2010.03.31
[PHP] Excel 관련...  (0) 2010.03.30
[PHP] 특수기호 처리 함수들의 상관관계  (0) 2010.03.30
[PHP] 전역변수  (0) 2010.03.18
posted by novasera
2010. 4. 1. 15:15 Programming(Web)/일반

'Programming(Web) > 일반' 카테고리의 다른 글

[다음] 로드뷰 API  (0) 2010.04.02
[웁쓰!]웹에 구현된 포토샵!!!  (0) 2010.04.01
[google] 구글 검색 결과 삭제 관련  (0) 2010.03.29
[환경설정] 식별기호 BOM  (0) 2010.03.18
[일반] 동영상 삽입 제어  (0) 2010.02.25
posted by novasera
2010. 3. 31. 18:25 Programming(Web)/PHP
PHPSCHOOL

http://php.hanbiro.com/manual/kr/function.urldecode.php 


Warning

자동 전역 $_GET과 $_REQUEST는 이미 디코드되어 있습니다.

 $_GET과 $_REQUEST에 들어있는 원소에 urldecode()를 사용하면

 기대하지 않았던 위험한 결과가 나올 수 있습니다.



'Programming(Web) > PHP' 카테고리의 다른 글

mysqli 쿼리 결과 다루기  (0) 2013.03.10
[PHP] Heredoc syntax  (0) 2010.04.01
[PHP] Excel 관련...  (0) 2010.03.30
[PHP] 특수기호 처리 함수들의 상관관계  (0) 2010.03.30
[PHP] 전역변수  (0) 2010.03.18
posted by novasera
2010. 3. 30. 17:42 Programming(Web)/PHP

'Programming(Web) > PHP' 카테고리의 다른 글

[PHP] Heredoc syntax  (0) 2010.04.01
[한글] urlencode urldecode  (0) 2010.03.31
[PHP] 특수기호 처리 함수들의 상관관계  (0) 2010.03.30
[PHP] 전역변수  (0) 2010.03.18
[PHP] 따옴표, 쌍따옴표  (0) 2010.03.10
posted by novasera
2010. 3. 30. 09:09 Programming(Web)/PHP
1.addslashes <-> stripslashes

2.

'Programming(Web) > PHP' 카테고리의 다른 글

[한글] urlencode urldecode  (0) 2010.03.31
[PHP] Excel 관련...  (0) 2010.03.30
[PHP] 전역변수  (0) 2010.03.18
[PHP] 따옴표, 쌍따옴표  (0) 2010.03.10
[PHP] 업로드 이미지 사이즈 알아내기  (0) 2010.03.02
posted by novasera