'오이도중간선착장'에 해당되는 글 4건
- 2009/10/17 바다낚시인포 오이도바다낚시 - 서해8호 09년 10월 16일 (금요일) 낚시사진2
- 2009/10/17 바다낚시인포 오이도바다낚시 - 서해8호 09년 10월 16일 (금요일) 낚시사진
- 2009/10/14 바다낚시인포 오이도바다낚시 - 서해8호 낚시사진
- 2009/10/11 바다낚시인포 오이도바다낚시 - 서해8호 2009.10.10 (토요일) 낚시사진
global $DOCUMENT_ROOT; include $DOCUMENT_ROOT."/board/lib.php"; $connect = dbconn(); $member = member_info(); $query = "select * from uni_member where no='$parent' "; $result = mysql_query($query, $connect); $boat = mysql_fetch_array($result); // 낚시배일 경우 쿠키 저장 if($boat[mtype]==1){ $mini_history = $_COOKIE["mini_history"]; $mini_history = $parent."//".$mini_history; // 분리하여 중복된값 삭제 $tm_ = explode("//",$mini_history); $tm_ = array_unique($tm_); $mini_history = join("//",$tm_); setcookie("mini_history",$mini_history,-1,"/"); } ?>