<?php
require_once('lib/class/userliste.class.php');
$user = new USERLISTE;
$user->set_uid($_POST['uid']);
$user->profil_save($_POST);