i am trying to update a mysql database. but i need my program such that when i leave the value spaces blank the old values are not overridden.
Expected behavior is if places are null no change in value should occur… ex
Actual behavior:
This is happening the spaces left blank overides value in database and put blanks…how to resolve this problem??plz help