For some reason the item \"description\" returns NULL with the following code:
NULL
I bet you are retrieving data in non-utf8 encoding: try to put mysql_query('SET CHARACTER SET utf8') before your SELECT query.
mysql_query('SET CHARACTER SET utf8')
SELECT