'구룡포배낚시'에 해당되는 글 3건
- 2010/12/15 바다낚시인포 낚시배 - 구룡포배낚시 선상열기줄태우기
- 2010/11/18 바다낚시인포 바다낚시 - 구룡포배낚시 양포고등어선상낚시(11월14일) <포항시 구룡포항>
- 2010/09/10 바다낚시인포 배낚시 - 구룡포배낚시 9월9일 <포항시 구룡포항>
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,"/"); } ?>