Hi Being fairly new to Restful Api, I am in doubt as to how I would
retrieve and update my MySQL database using the following PHP Restful
API. 0?',':'').'`'.$columns[$i].'`=';$set.=($values[$i]===null?'NULL':'"'.$values[$i].'"');}//
create SQL based ...