$posteduser = trim(utf8_strtolower($_POST['username']));
$postedpass = trim($_POST['password']);
$postedconf = trim($_POST['passconf']);
$posteduser = trim(utf8_strtolower($_POST['username']));
$postedpass = trim($_POST['password']);
$postedconf = trim($_POST['passconf']);