<?php require_once('lib/class/userliste.class.php'); $notiz = new USERLISTE; $notiz->set_uid($_GET['uid']); $notiz->AddNotiz();