R R3TROATTACK Member Feb 9, 2022 #1 I'm trying to get the difference between the new value and the old value to send a changed amount PM, but I cant seem to figure out how to get the old value any help would be greatly appreciated.
I'm trying to get the difference between the new value and the old value to send a changed amount PM, but I cant seem to figure out how to get the old value any help would be greatly appreciated.
Chris D XenForo developer Staff member Feb 9, 2022 #2 PHP: $oldValue = $this->getExistingValue('field_name'); $newValue = $this->field_name;