Associative table new and old values
function assocdiff($dbvals,$formvals) {
$delete = arraydiff($dbvals,$formvals);
$new = arraydiff($formvals, $db_vals);
return array('new'=>$new,'delete'=>$delete);
}
Written by Shayne Statzell AKT
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Php
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#