##-------------------------------------------------------------------##
## ÇÁ·Î±×·¥¸í : VS-Club V2.0
##-------------------------------------------------------------------##
## ÃÖÃÊ °³¹ß ¿Ï·áÀÏ : 11/13/2003
## ÃÖ±Ù ¾÷µ¥ÀÌÆ® ÀÏ : 11/13/2003
## °³¹ß»ç ¹× ÀúÀÛ±ÇÀÚ : Vision Communication
## »ç¾÷ÀÚµî·Ï¹øÈ£ : 617-05-44854
## °í°´Áö¿øÀ̸ÞÀÏ : vision@koreavs.net
## °í°´Áö¿øÀ¥»çÀÌÆ® : http://www.koreavs.net
## Ã¥ÀÓ °³¹ßÀÚ : À̼ºÈñ(vision@koreavs.net)
## °³ ¹ß ÀÚ : ¹Ú°©Áø(totoro@koreavs.net)
## °³ ¹ß ÀÚ : ±èŰæ(tkkim@koreavs.net)
##-------------------------------------------------------------------##
## º» ÇÁ·Î±×·¥Àº ¹«·á·Î Á¦°øµÇ´Â ÇÁ·Î±×·¥ÀÔ´Ï´Ù.
## º» ÇÁ·Î±×·¥À» ¼öÁ¤ÇÏ¿© »ó¾÷ÀûÀ¸·Î ÀÌ¿ëÇÏ´Â °ÍÀº Çü»ç»óÀÇ ºÒ¹ýÇàÀ§ÀÔ´Ï´Ù.
##-------------------------------------------------------------------##
include "../config/common.inc";
$result = mysql_query("SELECT count(id) FROM member WHERE id = '$id'");
if (!$result) {
exit;
}
$rows = mysql_result($result,0,0);
if ($rows) {
?>
exit;
}
if($cal == "") {
$cal = "S";
}
$signdate = time();
$query = "INSERT INTO member VALUES ('','$mname','$id',password('$passwd'),'$jumin1','$jumin2','$birthy','$birthm','$birthd','$cal','$email','$phone','$mobile','$zip','$address','N',$signdate,0,0,'$mailcheck')";
$result = mysql_query($query);
$anni_res = mysql_query("insert into anni values('','$id','$birthy','$birthm','$birthd','$cal','$mname ´ÔÀÇ »ýÀÏÀÔ´Ï´Ù.','Y')", $dbconn);
include "../top.htm";
include "../left.htm";
?>
 |
¼º°øÀûÀ¸·Î °¡ÀԵǾú½À´Ï´Ù. |
">È®ÀÎ |
|
include "../bottom.htm";
?>