Hello, I want to display the fields that were updated.
When a user edits their information, example;
"FIRST NAME:John
LAST NAME: Stih
Update to:UPDATE users SET firstname = '$firstname', lastname = '$lastname'
FIRST NAME: John
LAST NAME: Smith
I would want it to print
"You updated your Last name"