[snip]
may I ask why is it inefficient ??
[/snip]

Because BLOB data requires tremendous overhead and cannot usually be
indexed by itself. You are better storing the image somewhere in your
system and then storing a pointer (URL, whatever) to the image.

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

Reply via email to