I would like to know how to insert uploaded file(image) into database (mysql) into Blob column type. As I upload the file, convert it into string by using file_get_contents function, there are many aphostrophes in it and inserting is not possible. Is there some way to solve this problem? For me is unacceptable to organize images into filesystem because application which I programme expect uploading of huge amount of images and pictures, organised by persons, themas and so on, where is using database organized tables and hierarchy the best way. Thanks for your answer. Jarmila Kedrstova
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php