I'm trying to split up a file and dump it into a mySQL database BLOB. 
Wherever I run the query:

mysql_query("INSERT INTO table (field) VALUES ('{$buffer}')");

Nothing ever shows up in the table -- whethere field is a text or a blob
and whether I dump in text or binary.  Oddly enough when I run the query
I get no error, and can print it and run it through a mySQL terminal,
and it works.

Anyone have any ideas?

Thanks in advance,

Dan


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to