<?php if (isset($user) and $user['mylink'] == null) { query("UPDATE `user` SET `mylink` = 'id{$user['id']}' WHERE `id` = '{$user['id']}'"); }