##-------------------------------------------------------------------##
## ÇÁ·Î±×·¥¸í : 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";
$query = "update member set ";
if($passwd != "") {
$query .= "passwd=password('$passwd'), ";
}
if($cal == "") {
$cal = "L";
}
$query .= "cal='$cal',birthy='$birthy',birthm='$birthm',birthd='$birthd',email='$email',phone='$phone',mobile='$mobile',zip='$zip',address='$address',mailcheck='$mailcheck' where id='$vsclub_id'";
$result = mysql_query($query, $dbconn);
$query = "update anni set ayear='$birthy',amon='$birthm',aday='$birthd',acal='$cal' where auid='$vsclub_id' and auto='Y'";
$result = mysql_query($query, $dbconn);
include "../top.htm";
include "../left.htm";
?>
|
¼º°øÀûÀ¸·Î ¼öÁ¤µÇ¾ú½À´Ï´Ù. |
">È®ÀÎ |
|
|
include "../bottom.htm";
?>