Search found 1 match

by sk121506
Tue Jan 22, 2008 1:32 pm
Forum: PHP - Code
Topic: trying to insert image into database
Replies: 1
Views: 169

trying to insert image into database

i can upload an image and insert the information i want about it into a database, the problem is, im trying to insert the image itself into the database as a medium blob. im not sure what im doing wrong because when i echo the query and try selecting the image to view it after it has been inserted i...