Codice PHP:
$sql "UPDATE `pagine` SET `testo` = '".mysql_real_escape_string($_POST[testo])."'";
mysql_query($sql);