##-------------------------------------------------------------------##
## ÇÁ·Î±×·¥¸í : 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 "admincheck.htm";
include "../config/common.inc";
if($chpasswd != "") {
mysql_query("update member set passwd=password('$chpasswd') where id='$id'", $dbconn);
echo("");
exit;
}
?>
include "head.htm";
?>
$query = "select * from member where id='$id'";
$res = mysql_query($query, $dbconn);
$row = mysql_fetch_array($res);
?>