> Is there a function to show WHAT fields were changed in the records, > instead of only how many records were changed (with mysql_affected_rows())? > I would like to report to the user which fields were altered, e.g. if he > would change his phone number, to tell him: "phone number changed to .....". Ummm... you're creating the SQL, you should know what was updated, right? There's no function that's going to tell you this, so keep track of it as you create your query. ---John Holmes... -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php