/*in $error = array ();

add this code : */

$user['negara'] = isset($_POST['negara']) ? functions::check(mb_substr($_POST['negara'], 0, 40)) : '';

/* in if (!$error) {
mysql_query("UPDATE `users` SET

add this code : */ 

`negara` = '" . $user['negara'] . "',

/* in method post 

add this code: */

<p>Country:<br /><input type="text" value="' . $user['negara'] . '" name="negara" size="10" maxlength="10" /></p>
