Looked around on Google and Stack Overflow, maybe I’m just blind though.
Is there a way to UPDATE a table cell with an ” ” (empty) value.
Let’s say like:
mysql_query("UPDATE table SET cellname = ' ' WHERE id = '$idneeded'");
Any help much appreciated.
you should know that empty string
''is not same as space string' 'and not same as NULL value.to update the cell value to empty string :