bayotshoh
High,
Kod · PHP11 qator
if ($rights == 9) {

echo '<div class="phdr"><b>' . $lng['balance'] . ': ' . $user['balans'] . '</b></div>';

echo '<div class="menu"><form action="profile.php?user='.$user['id'].'" method="post">';

echo '<input type="text" maxlength="10" name="balans" /><input type="submit" name="submit" value="' . $lng['edit'] . '" />';

echo '</form></div>';

}