Develop 썸네일형 리스트형 [Javascript] interval 사용하기 등록 : intervalID = setInterval(function(){}, [time]); 삭제 : clearInterval(intervalID); 더보기 [MySQL] LIKE 사용시 필드명 사용하기. [col] LIKE CONCAT('%', [field_name], '%') 더보기 [PHP] json_encode_function if (!function_exists('json_encode')) { function json_encode($data) { switch ($type = gettype($data)) { case 'NULL': return 'null'; case 'boolean': return ($data ? 'true' : 'false'); case 'integer': case 'double': case 'float': return $data; case 'string': return '"' . addslashes($data) . '"'; case 'object': $data = get_object_vars($data); case 'array': $output_index_count = 0; $output_indexed = .. 더보기 이전 1 ··· 56 57 58 59 60 61 62 ··· 67 다음