Вот так надо?
$id = abs(intval($_GET['id']));
$update = mysql_query("UPDATE table SET title ='".$title."' where id = '".$id."'"); ? Вот так надо?
$id = abs(intval($_GET['id']));
$update = mysql_query("UPDATE table SET title ='".$title."' where id = '".$id."'"); ?