티스토리 뷰
<?
function checkjumin($code) {
if (eregi("([0-9])([0-9])([0-9])([0-9])([0-3])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])",$code,$regs)) {
$sum = $regs[1]*2+$regs[2]*3+$regs[3]*4+$regs[4]*5+$regs[5]*6+$regs[6]*7+$regs[7]*8+$regs[8]*9+$regs[9]*2+$regs[10]*3+$regs[11]*4+$regs[12]*5;
$magickey = 11;
$key = $magickey - ($sum % $magickey);
return $code.$key;
} else {
return "Error";
}
}
?>
'Network > PHP' 카테고리의 다른 글
Portable 웹서버 XAMPP (0) | 2011.03.21 |
---|---|
php 4.3.0 에서 경고구문 해결 (0) | 2011.01.09 |
PHP를 이용한 다중 연결 소켓 통신 (0) | 2008.02.13 |
PHP 함수 (0) | 2006.08.18 |
[PHPSchool] 오늘 본 상품 출력 (0) | 2006.08.03 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- Information Processor
- WDB
- humor
- 프리랜서로 살아남는 법
- 야마꼬툰
- C#
- Reverse Engineering
- Assembly
- Web Programming
- Linux
- Life News
- 3D Engine
- 막장로그
- diary
- 짤방 및 아이콘
- BadCode
- Embedded System
- Network Inspector
- medical
- win32
- USB Lecture
- wallpaper
- cartoon
- Military
- console
- Tech News
- Battle
- network
- 나비효과
- Mabinogi
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함