hi,
I need to set a blog field to NULL litterally. When i set the blob to NULL using phpMyAdmin then i can see the field is NULL. However when i set the field to NULL using PDO the value is [BLOB-4 B] which looks like this a:0:{} which is 4 bytes i guess. That is not what i want, i want the field to be NULL just like when i set it with phpMyAdmin. I know this is a bit picky but i would like to find a way to do this.
Any ideas ?
Thanks.. see image for example

I need to set a blog field to NULL litterally. When i set the blob to NULL using phpMyAdmin then i can see the field is NULL. However when i set the field to NULL using PDO the value is [BLOB-4 B] which looks like this a:0:{} which is 4 bytes i guess. That is not what i want, i want the field to be NULL just like when i set it with phpMyAdmin. I know this is a bit picky but i would like to find a way to do this.
Any ideas ?
Thanks.. see image for example