I’m currently working on an iPhone app which passes data to a browser. Using this data, I need to update the database.
I’m having one of those duhhh days where I’m breaking pretty much everything ha!
I’ll be updating a row by ID, but could be updating 1 or more fields. How can I tell what I need to update? I.e. if I try and update the whole row won’t I wipe any empty fields?
Would I need to use a case switch or is there a simpler method?
Thanks
=======
Edit:
Coding in PHP