: <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
: <html>
: <head>
: <meta http-equiv="Content-Type" content="text/html; charset=EUC-KR">
: <meta name="GENERATOR" content="Mozilla/4.76 [ko] (X11; U; Linux 2.2.17-8wl2 i686) [Netscape]">
: <title>아색기가 보기</title>
: </head>
: <body text="#404387" bgcolor="#D9E8F4" link="#333370" vlink="#303377" alink="#000000">
: <center>
: <?
: if(!$day){
: $day=0;
: }
: $today = date("Ymd", time()+86400*$day);
: $yesterday=$day-1;
: $tomorrow=$day+1;
: $url = "<p><img src=http://www2.hankooki.com/entertain/cartoon/img/07/$today";
: echo "<a href=askk.php?day=$yesterday>어제</a>";
: echo " [$today] ";
: echo "<a href=askk.php?day=$tomorrow>내일</a><br>";
: echo $url,"07_0.jpg><br>";
: echo "<a href=askk.php?day=$yesterday>어제</a>";
: echo " [$today] ";
: echo "<a href=askk.php?day=$tomorrow>내일</a>";
: ?>
: </center>
: </body>
: </html>
:
: --
: ..