[제나플러스] 오늘 생일자 출력하기 > 팁앤테크

본문 바로가기
사이트 내 전체검색

팁앤테크

[제나플러스] 오늘 생일자 출력하기

페이지 정보

profile_image
작성자 제로
댓글 0건 조회 42,958회 작성일 10-08-15 02:48

본문

<?
if (!defined("_GNUBOARD_")) exit; // 個別ページに接近不可
?>
<style type="text/css">
/* birth */
#zp_birth { border:1px solid #dbe1e4; }
#zp_birth .birth_bar { padding:5px 10px; font-weight:bold; background:url(<?=$birth_skin_path?>/img/birth_bar.gif) repeat-x; text-align:center; color:#ffffff; }
.zn_birth2_box { border:1px solid #dddddd; padding:5px 10px 10px 10px; }
.zn_birth2_title { border:1px solid #dddddd; padding:5px; text-align:center; font-weight:bold; }
</style>

<div id="zp_birth">
<?
$today = getdate();
$b_mon = $today['mon'];
$b_day = $today['mday'];
$b_year = $today['year'];
$birthday = date("md");

$sql = " select mb_id, mb_nick, mb_name, mb_birth from {$g4['member_table']} where substring(mb_birth,5,4) = '{$birthday}' ";
$result = sql_query($sql);
?>
<div class="birth_bar"><?=$b_mon?>月 <?=$b_day?>日 誕生日</div>
<?
echo "<marquee direction=down truespeed scrollamount='1' scrolldelay=50 onmouseover='this.stop();' onmouseout='this.start();' height=50>";
echo "<ul>";
for ($i=0; $row=mysql_fetch_array($result); $i++) {
$birth_month = substr("$row[mb_birth]",-4,2);
$birth_day = substr("$row[mb_birth]",-2,2);
if ($birth_month == $b_mon) {
echo "<li><img src='$birth_skin_path/img/bullet_red.gif' border=0 style='vertical-align:middle;'>$row[mb_nick] 会員</li>";
}
}
echo "</ul>";
echo "</marquee>";
?>
</div>

댓글목록

등록된 댓글이 없습니다.

Total 779건 17 페이지
  • RSS
팁앤테크 목록
번호 제목 글쓴이 조회 날짜
379 제로 37656 11-08
378 제로 66284 11-02
377 제로 82199 10-28
376 제로 49297 10-26
375 제로 45426 10-23
374 제로 40705 10-22
373 제로 68720 10-16
372 제로 78626 10-16
371 제로 37582 10-14
370 제로 87104 10-08
369 제로 66756 10-08
368 제로 103822 10-06
367 제로 119811 10-06
366 제로 68614 10-03
365 제로 42803 09-20
364 제로 67758 09-18
363 제로 42813 09-17
362 제로 40771 09-17
361 제로 87356 08-25
열람중 제로 42959 08-15
359 제로 40038 08-12
358 제로 90066 08-06
357 제로 67438 07-23
356 제로 78176 07-21
355 제로 44286 06-14

검색

회원로그인

회원가입

사이트 정보

株式会社YHPLUS / 대표 : ZERO
〒140-0011 東京都品川区東大井2-5-9-203
050-5470-4714
오픈카카오톡 (YHPLUS) :
https://open.kakao.com/o/slfDj15d

접속자집계

오늘
1,002
어제
25,212
최대
431,155
전체
6,726,254
Copyright (c) 株式会社YHPLUS. All rights reserved.