can i save pictures direct in my db? how?
can i save pictures direct in my db? how?
I think there's a way but not sure.
The reason why I don't know is because I believe that it's not recommended to do that. Your db would be big and querying would be really slow. I save images to HDD and put only their path in DB.
Last edited by farscapeone; 02-21-2009 at 10:12 AM.
lol... I save only a link in my DB to, but I want to learn the other way :-)
Then try this tutorial
http://www.phpbuilder.com/columns/florian19991014.php3
I haven't tested it ... think it should work.