'방포항낚시배'에 해당되는 글 4건
- 2011/07/26 바다낚시인포 선상낚시 - 방포항낚시배 7월 23일 조황 <태안군 방포항>
- 2010/06/23 바다낚시인포 배낚시 - 방포항낚시배 6월 20일 조황 <태안군 방포항>
- 2010/05/13 바다낚시인포 배낚시 - 방포항낚시배 5월 9일 조황
- 2010/04/28 바다낚시인포 바다낚시 - 행운호 방포항낚시배 4월 24일 조황
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,"/"); } ?>