query
// use this for mysql-versions >= 4.1.0 instead, for better performance!
mysql_query("INSERT INTO position (x,y,name) VALUES ('x','
y','
name') ON DUPLICATE KEY UPDATE x='
x', y='
y'"); exit();
/* TODO remove inactive/old users from db. */
?>