$id = $_GET['id'];
$query = mysql_query("SELECT user FROM tabel_user WHERE id = '$id'");