Page 1 of 1

image uploads problem

Posted: Fri Jun 08, 2007 7:37 am
by jasondsouza
can we upload images in a My SQL database if yes how

Posted: Sat Jun 09, 2007 7:09 pm
by Flipper3
No, that is not possible. You can save the image links in the database however. ;)

Posted: Sun Jun 10, 2007 12:56 am
by sakhan
yes this is possible and easy to implement here is a tutorial how you can do it
http://www.tutorialized.com/view/tutori ... asing/2995
hope this helps

Posted: Sun Jun 10, 2007 6:13 pm
by Flipper3
sakhan wrote:yes this is possible and easy to implement here is a tutorial how you can do it
http://www.tutorialized.com/view/tutori ... asing/2995
hope this helps
I just read that tutorial and isn't it still doing what I said? Man I'm lost. :(

Posted: Mon Jun 11, 2007 3:52 am
by sakhan
you need to know the basics of php and my sql to use that tutorial

Posted: Tue Jun 26, 2007 10:24 am
by Lixas
here is step by step tutorial how to upload images to mysql database: http://www.phpriot.com/d/articles/datab ... index.html

I hope this will help...