{"id":2363,"date":"2014-10-17T19:26:36","date_gmt":"2014-10-17T10:26:36","guid":{"rendered":"http:\/\/www.happyfam.or.kr\/ysoh\/?p=2363"},"modified":"2016-05-30T12:29:28","modified_gmt":"2016-05-30T03:29:28","slug":"webdbii-%ec%8b%a4%ec%8a%b5%ec%98%88%ec%a0%9c-%ec%86%8c%ec%8a%a4-8","status":"publish","type":"post","link":"https:\/\/www.happyfam.or.kr\/ysoh\/webdbii-%ec%8b%a4%ec%8a%b5%ec%98%88%ec%a0%9c-%ec%86%8c%ec%8a%a4-8\/","title":{"rendered":"WebDB(II) \uc2e4\uc2b5\uc608\uc81c \uc18c\uc2a4 #8"},"content":{"rendered":"<p>\ucc38\uc870 : <a href=\"http:\/\/blog.ysoh.pe.kr\/entry\/\ucfe0\ud0a4\">http:\/\/blog.ysoh.pe.kr\/entry\/\ucfe0\ud0a4<\/a><\/p>\n<pre class=\"wrap:true lang:php decode:true \" title=\"setCookie.php\">&lt;!DOCTYPE html&gt;\r\n&lt;html&gt;\r\n    &lt;head&gt;\r\n        &lt;meta charset=\"UTF-8\"&gt;\r\n        &lt;title&gt;SetCookies&lt;\/title&gt;\r\n    &lt;\/head&gt;\r\n    &lt;body&gt;\r\n        \ucfe0\ud0a4\uc124\uc815\uc2dc\uac01 : &lt;?= date(\"Y-m-d H:i:s\") ?&gt;&lt;br\/&gt;\r\n        &lt;?php\r\n        setcookie(\"cookie1\", \"\ucfe0\ud0a4#1\", 0, \"\/\"); \/\/ \ube0c\ub77c\uc6b0\uc800 \uc885\ub8cc \uc804\uae4c\uc9c0 \uc720\uc9c0\r\n        setcookie(\"cookie2\", \"\ucfe0\ud0a4#2\", time() + 60, \"\/\"); \/\/ \uc124\uc815 \ud6c4 1\ubd84 \ub3d9\uc548 \uc720\uc9c0 \r\n        setcookie(\"cookie3\", \"\ucfe0\ud0a4#3\", mktime(16, 0, 0, 10, 17, 2014), \"\/\"); \/\/ 2014\ub14410\uc6d417\uc77c 16\uc2dc00\ubd8400\ucd08 \uae4c\uc9c0 \uc720\uc9c0\r\n        ?&gt;\r\n        &lt;a href=\".\/showCookie.php\"&gt;\ucfe0\ud0a4\ud655\uc778&lt;\/a&gt;&lt;br\/&gt;\r\n        &lt;a href=\".\/delCookie.php\"&gt;\ucfe0\ud0a4\uc0ad\uc81c&lt;\/a&gt;&lt;br\/&gt;\r\n    &lt;\/body&gt;\r\n&lt;\/html&gt;\r\n<\/pre>\n<pre class=\"wrap:true lang:php decode:true \" title=\"showCookie.php\">&lt;!DOCTYPE html&gt;\r\n&lt;html&gt;\r\n    &lt;head&gt;\r\n        &lt;meta charset=\"UTF-8\"&gt;\r\n        &lt;title&gt;ShowCookie&lt;\/title&gt;\r\n    &lt;\/head&gt;\r\n    &lt;body&gt;\r\n        \ud604\uc7ac\uc2dc\uac01 : &lt;?= date(\"Y-m-d H:i:s\") ?&gt;&lt;br\/&gt;\r\n        cookie1 : &lt;?= $_COOKIE[\"cookie1\"] ?&gt;&lt;br\/&gt;\r\n        cookie2 : &lt;?= $_COOKIE[\"cookie2\"] ?&gt;&lt;br\/&gt;\r\n        cookie3 : &lt;?= $_COOKIE[\"cookie3\"] ?&gt;&lt;br\/&gt;\r\n        &lt;a href=\".\/setCookie.php\"&gt;\ucfe0\ud0a4\uc124\uc815&lt;\/a&gt;&lt;br\/&gt;\r\n        &lt;a href=\".\/delCookie.php\"&gt;\ucfe0\ud0a4\uc0ad\uc81c&lt;\/a&gt;&lt;br\/&gt;\r\n    &lt;\/body&gt;\r\n&lt;\/html&gt;\r\n<\/pre>\n<pre class=\"wrap:true lang:php decode:true \" title=\"delCookie.php\">&lt;!DOCTYPE html&gt;\r\n&lt;html&gt;\r\n    &lt;head&gt;\r\n        &lt;meta charset=\"UTF-8\"&gt;\r\n        &lt;title&gt;DelCookies&lt;\/title&gt;\r\n    &lt;\/head&gt;\r\n    &lt;body&gt;\r\n        \ucfe0\ud0a4\uc124\uc815\uc2dc\uac01 : &lt;?= date(\"Y-m-d H:i:s\") ?&gt;&lt;br\/&gt;\r\n        &lt;?php\r\n        setcookie(\"cookie1\", null, time() - 3600, \"\/\"); \/\/ 1\uc2dc\uac04 \uc804\uae4c\uc9c0 \uc720\uc9c0\r\n        setcookie(\"cookie2\", null, time() - 3600, \"\/\"); \/\/ 1\uc2dc\uac04 \uc804\uc740 \uacfc\uac70\uc2dc\uac04\uc774\ubbc0\ub85c \r\n        setcookie(\"cookie3\", null, time() - 3600, \"\/\"); \/\/ \uc774\ubbf8 \ucfe0\ud0a4\uac00 \uc720\uc9c0\ub418\uc9c0 \uc54a\uc74c\r\n        ?&gt;\r\n        &lt;a href=\".\/showCookie.php\"&gt;\ucfe0\ud0a4\ud655\uc778&lt;\/a&gt;&lt;br\/&gt;\r\n        &lt;a href=\".\/setCookie.php\"&gt;\ucfe0\ud0a4\uc124\uc815&lt;\/a&gt;&lt;br\/&gt;\r\n    &lt;\/body&gt;\r\n&lt;\/html&gt;\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\ucc38\uc870 : http:\/\/blog.ysoh.pe.kr\/entry\/\ucfe0\ud0a4 &lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;meta charset=&#8221;UTF-8&#8243;&gt; &lt;title&gt;SetCookies&lt;\/title&gt; &lt;\/head&gt; &lt;body&gt; \ucfe0\ud0a4\uc124\uc815\uc2dc\uac01 : &lt;?= date(&#8220;Y-m-d H:i:s&#8221;) ?&gt;&lt;br\/&gt; &lt;?php setcookie(&#8220;cookie1&#8221;, &#8220;\ucfe0\ud0a4#1&#8221;, 0, &#8220;\/&#8221;); \/\/ \ube0c\ub77c\uc6b0\uc800 \uc885\ub8cc \uc804\uae4c\uc9c0 \uc720\uc9c0 setcookie(&#8220;cookie2&#8221;, &#8220;\ucfe0\ud0a4#2&#8221;, time() + 60, &#8220;\/&#8221;); \/\/ \uc124\uc815 \ud6c4 1\ubd84 \ub3d9\uc548 \uc720\uc9c0 setcookie(&#8220;cookie3&#8221;, &#8220;\ucfe0\ud0a4#3&#8221;, mktime(16, 0, 0, 10, 17, 2014), &#8220;\/&#8221;); \/\/ 2014\ub14410\uc6d417\uc77c 16\uc2dc00\ubd8400\ucd08 \uae4c\uc9c0 \uc720\uc9c0 ?&gt;\u2026 <span class=\"read-more\"><a href=\"https:\/\/www.happyfam.or.kr\/ysoh\/webdbii-%ec%8b%a4%ec%8a%b5%ec%98%88%ec%a0%9c-%ec%86%8c%ec%8a%a4-8\/\">Read More &raquo;<\/a><\/span><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[134],"tags":[21,34,40,53],"class_list":["post-2363","post","type-post","status-publish","format-standard","hentry","category-webdbii","tag-html","tag-mysql","tag-php","tag-webdb"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p776QY-C7","jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/www.happyfam.or.kr\/ysoh\/wp-json\/wp\/v2\/posts\/2363","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.happyfam.or.kr\/ysoh\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.happyfam.or.kr\/ysoh\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.happyfam.or.kr\/ysoh\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.happyfam.or.kr\/ysoh\/wp-json\/wp\/v2\/comments?post=2363"}],"version-history":[{"count":0,"href":"https:\/\/www.happyfam.or.kr\/ysoh\/wp-json\/wp\/v2\/posts\/2363\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.happyfam.or.kr\/ysoh\/wp-json\/wp\/v2\/media?parent=2363"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.happyfam.or.kr\/ysoh\/wp-json\/wp\/v2\/categories?post=2363"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.happyfam.or.kr\/ysoh\/wp-json\/wp\/v2\/tags?post=2363"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}