getUID(), $db); if (!$result) die("Error while retrieving user information!"); $row = mysql_fetch_row($result); $realname = $row[ 0 ]; $email = $row[ 1 ]; ?> Edit user information

Edit Account



Name:
E-mail address:
New password:
New password (again):


getUID(); //echo $theQuery . "
"; $db = getDBConnection(); $result = mysql_query($theQuery, $db); if (!$result) die("Error while updating user info!"); mysql_close($db); echo "User information updated successfully."; } ?>