I have set up a table that has only one field for a BLOB (Binary large object) but when I try to Insert it into the table it throws an error stating that it failed to convert the object to a string. This is my Query:
mysql_query("INSERT INTO objects (inquery) VALUES($inquery)");