now i've changed the code a bit and it has to add the text but it still doesn't.
When i "echo" the query it seems that everythings ok, but still no result in database.
The query is
$query = "UPDATE `do_page` SET description='".$sValue."' WHERE key_id='".$key_phrase."')";
$result = mysql_query($query);
Is everything correct here?