Hi,

can anyone give me a hint how to insert
random blob data into a MySQL database?

Just a plain query like

  update Blabla set value=$data where... 

doesn't seem to be the right way, because
in this case the variable is substituted and 
will crash the sql statement.

regards
Hadmut

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

Reply via email to